From df25ba40152c936d381a476f4c711f99f5033680 Mon Sep 17 00:00:00 2001 From: duerst Date: Thu, 23 Oct 2014 01:21:25 +0000 Subject: 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 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3