summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-19 00:01:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-19 00:01:02 +0000
commit4d5eee3602b8e6ed342d184b07c416f3c685da90 (patch)
treeb65bf500ffe87055ca9a589bf01bd166b9a712e5 /NEWS
parentcc6294a73ac6ecd6d4223a4a9ecea122119e776f (diff)
* NEWS (Kernel#instance_eval): add an incompatible change since
the 1.9.1 release. [ruby-core:31336] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 8 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 9c2fc05c90..f642127250 100644
--- a/NEWS
+++ b/NEWS
@@ -141,6 +141,14 @@ with all sufficient information, see the ChangeLog file.
* new method:
* Kernel#respond_to_missing?
* Kernel#singleton_class
+ * Kernel#require_relative
+
+ * extended methods:
+ * Kernel#respond_to? can be used to detect methods not implemented.
+ For example, Process.respond_to?(:fork) returns false on Windows.
+
+ * incompatible changes:
+ * Kernel#instance_eval yields the receiver.
* MatchData
* New method:
@@ -196,14 +204,6 @@ with all sufficient information, see the ChangeLog file.
the value itself. For example, Time.utc(99) means the year 99 AD,
not 1999 AD.
- * Kernel
- * new method:
- * Kernel#require_relative
-
- * extended methods:
- * respond_to? can be used to detect methods not implemented.
- For example, Process.respond_to?(:fork) returns false on Windows.
-
* digest
* new methods:
* Digest::Class.base64digest