aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-08 07:07:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-08 07:07:59 +0000
commit759a31b4a3fbacb5a8528a3875c7f2395a2f9187 (patch)
tree87dd298b365680b3d807cbb2675157d619adcc5f /ChangeLog
parenta8565ad2201d094efc4b92c4c4b77ea77b7e10d0 (diff)
downloadruby-759a31b4a3fbacb5a8528a3875c7f2395a2f9187.tar.gz
Revert GH-808
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f65b4fb7c7..beb167cd0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,12 +56,6 @@ Mon Jan 5 14:58:01 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/ruby/test_io.rb: added timeout for AIX environment.
[ruby-core:62983][Bug #9917]
-Mon Jan 5 10:57:24 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * lib/ostruct.rb (modifiable?, new_ostruct_member!, table!):
- append suffixes to protected methods so that they will not clash
- with assigned members. [Fix GH-806]
-
Sun Jan 4 22:33:33 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/lib/test/unit.rb (ExcludesOption): add "excludes" support