aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-31 05:37:21 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-31 05:37:21 +0000
commitb8ef3bcddbf0fc48902ce3fabd4408c45c3fe996 (patch)
tree99f8057a25387d3cf7ec58a6fd53cb41bda03b2b /ChangeLog
parent01422ed265374d8852f180bdef298e855eb09535 (diff)
downloadruby-b8ef3bcddbf0fc48902ce3fabd4408c45c3fe996.tar.gz
* lib/ostruct.rb: Fix new_ostruct_member to correctly avoid redefinition
[#11901] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a44ab6c6e4..28621c3d18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 31 14:36:45 2015 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
+
+ * lib/ostruct.rb: Fix new_ostruct_member to correctly avoid
+ redefinition [#11901]
+
Thu Dec 31 02:45:12 2015 NARUSE, Yui <naruse@ruby-lang.org>
* test/ruby/test_module.rb (test_classpath): r53376 may change