summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-17 06:17:21 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-17 06:17:21 +0000
commitf9fca8316a652ae157ef7abb40b970652a604a97 (patch)
tree9f2a4d2ecc3a3b90f6599359586871708d1ae36c /ChangeLog
parentbbf440c90b036c733729b1a5c996978ac2adaa9d (diff)
* safe.rb (safe_setter): of course, don't have to warn the limitation of
$SAFE=3 after it's removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50933 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 b36eca7a26..1df05afcda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 17 15:15:53 2015 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * safe.rb (safe_setter): of course, don't have to warn the limitation of
+ $SAFE=3 after it's removed.
+
Wed Jun 17 14:29:43 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* include/ruby/ruby.h: $SAFE=3 is now obsolete.