summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-24 10:37:53 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-24 10:37:53 +0000
commit7252a95e738919234e064e2bcaad4dc0623bd5a6 (patch)
tree9bd240733b06bdb4c858c3d79bab825bd22c7149
parent41aaafd35a0112988e541f654133b93813eed1a1 (diff)
merges r28679 from trunk into ruby_1_9_2.
-- * 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/branches/ruby_1_9_2@28742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--NEWS16
2 files changed, 13 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 13059b0d95..8ca5bd53ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 19 09:00:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * NEWS (Kernel#instance_eval): add an incompatible change since
+ the 1.9.1 release. [ruby-core:31336]
+
Fri Jul 16 12:06:08 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/rbinstall.rb (ext-arch): prune directories start with '-'.
diff --git a/NEWS b/NEWS
index 87208db923..5ff0579711 100644
--- a/NEWS
+++ b/NEWS
@@ -126,6 +126,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:
@@ -181,14 +189,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