summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-30 07:38:16 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-30 07:38:16 +0000
commit729744882a20a21fb2325ded5c8c2ea33e262157 (patch)
treec0e29c4e1403af58437e4b40331b720e9bd1ac97 /NEWS
parent0f891d18b7fd036e6b63c33e6e7aa65a8c1a928e (diff)
downloadruby-729744882a20a21fb2325ded5c8c2ea33e262157.tar.gz
ruby-729744882a20a21fb2325ded5c8c2ea33e262157.tar.xz
ruby-729744882a20a21fb2325ded5c8c2ea33e262157.zip
Add yet more missing items pointed by akira yamada in
[ruby-dev:37852]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e77303262..b98fd7b3d 100644
--- a/NEWS
+++ b/NEWS
@@ -219,9 +219,13 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7.
o #[] can take splatted arguments, hash style arguments
and a block.
o New directives in printf-style formatted strings (%).
- o Newlines allowed before ternary colon
+ o Newlines allowed before ternary colon operator (:) and
+ method call dot operator (.)
+ o Negative operators such as !, != and !~ are now
+ overloadable
o Encoding.default_external and default_internal
-
+ o __ENCODING__: New pseudo variable to hold the current
+ script's encoding
=== Library updates