aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS7
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32df37baaf..5d16f84538 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Dec 6 18:59:04 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * NEWS: add new encodings.
+
Mon Dec 6 18:56:42 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* test/ruby/test_string.rb (TestString#test_scan): add a test for
diff --git a/NEWS b/NEWS
index 3ce2151f44..dc63c17fc5 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,13 @@ with all sufficient information, see the ChangeLog file.
* Kernel#respond_to? now returns false for protected methods.
+ * Encoding
+ * new encodings:
+ * CP950
+ * CP951
+ * UTF-16
+ * UTF-32
+
* Float
* new constants:
* File::NULL