aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-16 05:46:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-16 05:46:28 +0000
commit3929de6982f84b87424a0b5c873683296134a1a2 (patch)
tree19324d8449764dd3061d4f886c4998b6d4dce68b /ChangeLog
parenta938a521265d77aee40f45a1c4cb0bc16cb8e705 (diff)
downloadruby-3929de6982f84b87424a0b5c873683296134a1a2.tar.gz
* lib/e2mmap.rb (E2MM.def_e2message): typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5e5ff2980..a582317205 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 16 14:46:25 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/e2mmap.rb (E2MM.def_e2message): typo.
+
Mon Jun 16 09:43:27 2008 Akinori MUSHA <knu@iDaemons.org>
* enumerator.c (enumerator_with_object, Init_Enumerator):