summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-24 09:37:51 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-24 09:37:51 +0000
commit921a37a7c461c35c3336c61a3c3ddf7941abc6a3 (patch)
tree1b37cf3d0a4bc896481aed1d7405e9c175002a6c /NEWS
parentb1f5ad1c09839a761de7781341056685fe3a5d9e (diff)
merges r29315 from trunk into ruby_1_9_2.
-- Mention the command search path issue on Windows. Pointed out by NAJIMA Hiroki in [ruby-dev:42276]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c80a6cb5b9..3c7fccad74 100644
--- a/NEWS
+++ b/NEWS
@@ -123,7 +123,7 @@ with all sufficient information, see the ChangeLog file.
* Integer#rationalize
* Kernel
- * new method:
+ * new methods:
* Kernel#respond_to_missing?
* Kernel#singleton_class
* Kernel#require_relative
@@ -135,6 +135,16 @@ with all sufficient information, see the ChangeLog file.
* incompatible changes:
* Kernel#instance_eval yields the receiver.
+ * Kernel#exec
+ * Kernel#spawn
+ * Kernel#system
+ * Kernel#` (`...`)
+ ..etc.
+
+ On Windows, the current directory is no longer implicitly
+ prepended to the default command search path, just like other
+ platforms.
+
* MatchData
* New method:
* MatchData#==