summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd1265d873..2cfdb2c2f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Tue Apr 26 13:38:31 2016 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * README.EXT{,.ja}: `nul` should be uppercase.
+ change 'nul' => 'NUL'. [Fix GH-1172]
+ derived from a patch by craft4coder <yooobuntu@163.com>
+
+ * doc/extension.rdoc: Improvements to english grammers.
+ [Bug #12246][ruby-core:74792][ci skip]
+ derived from a patch by Marcus Stollsteimer <sto.mar@web.de>
+
Tue Apr 26 13:25:25 2016 Marcus Stollsteimer <sto.mar@web.de>
* encoding.c: Fix return value of `Encoding::ISO8859_1.name`