summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 10:01:51 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 10:01:51 +0000
commit71f81f81364882e278e1bf7275e509d9d0349604 (patch)
tree3067531fef125dfa491a457faa64ae5da2e1a326
parent9208951d3322a5c7a5a1ff68efd3d60934d6f90b (diff)
* NEWS: add new encodings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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