From 88e2b05588608f6f6dbc2fafb0a48bec0ceeb423 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 30 Jan 2009 07:38:16 +0000 Subject: 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 --- NEWS | 8 ++++++-- 1 file 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 -- cgit v1.2.3