summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-22 04:13:03 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-22 04:13:03 +0000
commite2c1e2969df27a1bde0906139c723cdeaea979ab (patch)
treeb132b5ead31559e89013bebafd748e71611fe309
parentf01fae288597249bacff89e89ebfbc3067036f82 (diff)
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/trunk@29315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--doc/NEWS-1.9.212
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/NEWS-1.9.2 b/doc/NEWS-1.9.2
index c80a6cb5b9..3c7fccad74 100644
--- a/doc/NEWS-1.9.2
+++ b/doc/NEWS-1.9.2
@@ -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#==