From 0f891d18b7fd036e6b63c33e6e7aa65a8c1a928e Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 30 Jan 2009 07:17:23 +0000 Subject: $= was obsoleted. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) 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' -- cgit