diff --git a/Instructions.wiki b/Instructions.wiki
index 6aa8123..ed892f7 100644
--- a/Instructions.wiki
+++ b/Instructions.wiki
@@ -73,6 +73,11 @@ For the sound, you can either use a wave file or the sound replace function to u
existing sound.bin/00000000.app/WAD.
If you want looped sound, open your wave file with wavosaur and add loop points before.
+To save space, you can convert your wav or mp3 files to BNS. You can take the loop from a prelooped wave file
+or enter the loop start point manually. Wave files must be 16bit PCM.
+It is possible to directly convert stereo Wave files to mono BNS files, note that only the left channel of
+the Wave will be taken.
+
*EDITING THE BANNER/ICON (If you're an advanced user and want to edit the brlyt/brlan, do that first!)*
diff --git a/Readme.wiki b/Readme.wiki
index 66591af..ca22855 100644
--- a/Readme.wiki
+++ b/Readme.wiki
@@ -1,9 +1,7 @@
#summary The Readme of CustomizeMii
#labels Featured
-*CustomizeMii* is a 100% legal custom Channel creator for the Wii.
-It's completely written by myself (some parts are based on other 100% legal codes).
-Use legal Base WADs to create your own legal custom Homebrew Channels.
+*CustomizeMii* is a custom channel creator for the Wii.
The .NET Framework 2.0 is required to run this application!
For any further information, see: http://customizemii.googlecode.com
@@ -14,6 +12,18 @@ Thanks to icefire / Xuzz for the basic idea of this Application!
-----------------------------------------------------------------------------------------
==Changelog:==
+===Version 2.0===
+ * Added BNS conversion (Mono and Stereo, with and without loop)
+ * Fixed MP3 conversion (some files didn't convert)
+ * Lz77 checkbox is now ticked by default
+ * Removed Lz77 compression of sound.bin as most sounds will get bigger
+ * Added ability to insert DOLs from any channel WAD
+ * Added ability to re-add the interal DOL (To switch the NAND Loader)
+ * Added ability to extract the contents, DOL, sound and all images
+ * Added displaying of approx. blocks to the success-message
+ * Deleted some functions of the complex forwarder as they weren't working properly
+ * Some bugfixes and improvements
+
===Version 1.2===
* Fixed writing/reading of channel titles, so japanese characters will work now
* Added checkbox (Options tab) to turn security checks off