summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdfcaf94aa..d6b28070d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 15 18:04:04 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * NEWS: added news about EBCDIC encoding
+
Tue Dec 15 17:57:57 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/ebcdic.h, enc/trans/ebcdic.trans,
diff --git a/NEWS b/NEWS
index efd2383615..c207b191b5 100644
--- a/NEWS
+++ b/NEWS
@@ -79,6 +79,10 @@ with all sufficient information, see the ChangeLog file.
* Hash#<=, Hash#<, Hash#>=, Hash#> [Feature #10984]
* Hash#to_proc [Feature #11653]
+* Encoding
+
+ * new Encoding::IBM037 (alias ebcdic-cp-us; dummy)
+
* IO
* new mode flag File::SHARE_DELETE is available.