summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
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