From 0957229af7eea29fcc4dd54dd00172c709a4c31b Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 11 Jan 2014 00:06:23 +0000 Subject: merge revision(s) 44544: * doc/NEWS-2.1.0: Add mention for litteral.freeze git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 59251a40cf..a096ad9d28 100644 --- a/NEWS +++ b/NEWS @@ -114,6 +114,7 @@ with all sufficient information, see the ChangeLog file. * Process.clock_getres * String + * "literal".freeze is now optimized to return the same object * New methods: * String#scrub and String#scrub! verify and fix invalid byte sequence. If you want to use this function with older Ruby, @@ -133,6 +134,10 @@ with all sufficient information, see the ChangeLog file. === Core classes compatibility issues (excluding feature bug fixes) +* Dir + * incompatible changes: + * Dir#glob returns composed characters (previously Apple Modofied UTF-8). + * Hash * incompatible changes: * Hash#reject will return plain Hash object in the future versions, that @@ -250,7 +255,7 @@ String * REXML::Parsers::SAX2Parser * Fixes wrong number of arguments of entitydecl event. Document of the event says "an array of the entity declaration" but implementation passes two - or more arguments. It is an implementation bug but it breaks backword + or more arguments. It is an implementation bug but it breaks backward compatibility. * REXML::Parsers::StreamParser -- cgit v1.2.3