summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-23 01:21:25 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-23 01:21:25 +0000
commitdf25ba40152c936d381a476f4c711f99f5033680 (patch)
tree46a7443327d0b5ffba21bfd3f819eb0c2ce31009 /NEWS
parent67121b506099a96c103cf67611c1ca53fb47292b (diff)
NEWS: Added String#unicode_normalize(|!|d?) [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ff745dfe9d..ee0510bdb9 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,12 @@ with all sufficient information, see the ChangeLog file.
* Process creation methods, such as spawn(), uses vfork() system call.
vfork() is faster than fork() when the parent process uses huge memory.
+* String
+ * New methods:
+ * String#unicode_normalize
+ * String#unicode_normalize!
+ * String#unicode_normalized?
+
* Symbol
* Improvements
* Most symbols which are returned by String#to_sym and