summaryrefslogtreecommitdiff
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
commit88e2b05588608f6f6dbc2fafb0a48bec0ceeb423 (patch)
treec0e29c4e1403af58437e4b40331b720e9bd1ac97
parent70f421622c83b97e3d75a5e490ceb5706e05ee68 (diff)
Add yet more missing items pointed by akira yamada in
[ruby-dev:37852]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e77303262f..b98fd7b3dd 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