summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-22 16:49:39 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-22 16:49:39 +0000
commit1ebba08dab7861fef842479ff8a58ffe701a6d26 (patch)
tree5574be49809f7a8acdeb4b8cd9716088f32c2457
parent049cdff0eb8ed42503f1c1b5d89268a88744c1e1 (diff)
* NEWS: remove #object_id. [ruby-dev:42840]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dd856237d..04a9e6eef3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 23 01:47:58 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * NEWS: remove #object_id. [ruby-dev:42840]
+
Wed Dec 22 08:56:39 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add Module#private_constant and Module#public_constant.
diff --git a/NEWS b/NEWS
index 44c4bf7dbc..b32e533a14 100644
--- a/NEWS
+++ b/NEWS
@@ -52,7 +52,7 @@ with all sufficient information, see the ChangeLog file.
* Kernel
* Kernel#respond_to? now returns false for protected methods.
- * move #__id__ and #object_id to BasicObject.
+ * move #__id__ to BasicObject.
* Module
* new methods: