summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-02 17:49:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-02 17:49:52 +0000
commit1a7825686111ac49e2a8ef020e0eceb4f8f4258d (patch)
tree5b2be15c330c289461fee4665b3e59639f6b1851 /ChangeLog
parentc305c808e6cddd6b18aa8d164350cf59832781df (diff)
* array.c (ary_make_shared): should count frozen array itself.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 30b590859c..8d07fef24c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-Sat Oct 3 02:48:17 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat Oct 3 02:49:50 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * lib/rake: updated to rake code to rake-0.8.7 source code base.
+ * array.c (ary_make_shared): should count frozen array itself.
Sat Oct 3 01:01:20 2009 NARUSE, Yui <naruse@ruby-lang.org>