ruby-changes:36022
From: duerst <ko1@a...>
Date: Thu, 23 Oct 2014 10:21:44 +0900 (JST)
Subject: [ruby-changes:36022] duerst:r48103 (trunk): NEWS: Added String#unicode_normalize(|!|d?) [ci skip]
duerst 2014-10-23 10:21:25 +0900 (Thu, 23 Oct 2014) New Revision: 48103 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48103 Log: NEWS: Added String#unicode_normalize(|!|d?) [ci skip] Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 48102) +++ ChangeLog (revision 48103) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Oct 23 10:21:21 2014 Martin Duerst <duerst@i...> + + * NEWS: Added String#unicode_normalize(|!|d?) [ci skip] + Thu Oct 23 03:41:51 2014 Nobuyoshi Nakada <nobu@r...> * class.c (unknown_keyword_error): delete expected keywords Index: NEWS =================================================================== --- NEWS (revision 48102) +++ NEWS (revision 48103) @@ -71,6 +71,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L71 * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/