summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-04-15 10:22:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-04-15 10:22:03 +0000
commita29425681f3a3b40bb214e74fba1c2d01de28b2b (patch)
treeabc2558115d78926a90fc8e7c824723b7019a91a
parentb7f858a5f2ee487659cda88580639e10db783025 (diff)
downloadruby-a29425681f3a3b40bb214e74fba1c2d01de28b2b.tar.gz
ruby-a29425681f3a3b40bb214e74fba1c2d01de28b2b.tar.xz
ruby-a29425681f3a3b40bb214e74fba1c2d01de28b2b.zip
(ruby-bugs:PR#758)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 016a63759..426d999d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
Tue Apr 15 19:12:21 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* struct.c (rb_struct_hash): new methods Struct#hash, Struct#eql?.
+ (ruby-bugs:PR#758)
Tue Apr 15 16:05:11 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>