summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-30 07:17:23 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-30 07:17:23 +0000
commit0f891d18b7fd036e6b63c33e6e7aa65a8c1a928e (patch)
treecdf3cb9f3cced73357f18001441d52344a8fb250 /NEWS
parent88b95e3b03df9303be6cd43b1c3d545624f038f4 (diff)
downloadruby-0f891d18b7fd036e6b63c33e6e7aa65a8c1a928e.tar.gz
ruby-0f891d18b7fd036e6b63c33e6e7aa65a8c1a928e.tar.xz
ruby-0f891d18b7fd036e6b63c33e6e7aa65a8c1a928e.zip
$= was obsoleted.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed6f24367..e77303262 100644
--- a/NEWS
+++ b/NEWS
@@ -144,6 +144,7 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7.
tainted/untainted model.
* Deprecation
+ o $= (global flag for case-sensitiveness on string matching)
o Kernel#to_a
o Kernel#getc, #gsub, #sub
o Kernel#callcc and Continuation now become 'continuation'