Fixing UTF-16/32 bootstrapping (after noticing a bug in unit test that verifies them). Also, fixed a minor OBO problem with new utf8 name parsing code.

diff --git a/release-notes/VERSION b/release-notes/VERSION
index f419299..35f21e5 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -5,6 +5,12 @@
 Description:
   Another pre-1.0 release
 
+  Bug fixes:
+
+  * UTF-16/32 handling was not completely correct, was erroneously
+    skipping first 2/4 bytes in some cases (even when no BOM included).
+    Also, related unit tests added/fixed.
+
   Changes:
 
   * Replace JsonFactory.Encoding enum with JsonEncoding enum
@@ -12,7 +18,7 @@
 
   Improvements:
 
-  * New slightly higher performing UTF-8 scanner.
+  * New higher performing UTF-8 scanner.
   
   New features: