diff --git a/ChangeLog b/ChangeLog index aac6e55284..4623ffc071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 23 10:21:21 2014 Martin Duerst + + * NEWS: Added String#unicode_normalize(|!|d?) [ci skip] + Thu Oct 23 03:41:51 2014 Nobuyoshi Nakada * class.c (unknown_keyword_error): delete expected keywords 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