ruby-changes:16683
From: nobu <ko1@a...>
Date: Mon, 19 Jul 2010 09:01:18 +0900 (JST)
Subject: [ruby-changes:16683] Ruby:r28679 (trunk): * NEWS (Kernel#instance_eval): add an incompatible change since
nobu 2010-07-19 09:01:02 +0900 (Mon, 19 Jul 2010) New Revision: 28679 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=28679 Log: * NEWS (Kernel#instance_eval): add an incompatible change since the 1.9.1 release. [ruby-core:31336] Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 28678) +++ ChangeLog (revision 28679) @@ -1,3 +1,8 @@ +Mon Jul 19 09:00:58 2010 Nobuyoshi Nakada <nobu@r...> + + * NEWS (Kernel#instance_eval): add an incompatible change since + the 1.9.1 release. [ruby-core:31336] + Mon Jul 19 05:46:09 2010 Nobuyoshi Nakada <nobu@r...> * include/ruby/ruby.h (rb_data_type_t): add new feature macros. Index: NEWS =================================================================== --- NEWS (revision 28678) +++ NEWS (revision 28679) @@ -141,7 +141,15 @@ * 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: * MatchData#== @@ -196,14 +204,6 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/