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
This commit is contained in:
duerst 2014-10-23 01:21:25 +00:00
parent 67121b5060
commit df25ba4015
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Oct 23 10:21:21 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* NEWS: Added String#unicode_normalize(|!|d?) [ci skip]
Thu Oct 23 03:41:51 2014 Nobuyoshi Nakada <nobu@ruby-lang.org> Thu Oct 23 03:41:51 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* class.c (unknown_keyword_error): delete expected keywords * class.c (unknown_keyword_error): delete expected keywords

6
NEWS
View File

@ -71,6 +71,12 @@ with all sufficient information, see the ChangeLog file.
* Process creation methods, such as spawn(), uses vfork() system call. * Process creation methods, such as spawn(), uses vfork() system call.
vfork() is faster than fork() when the parent process uses huge memory. 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 * Symbol
* Improvements * Improvements
* Most symbols which are returned by String#to_sym and * Most symbols which are returned by String#to_sym and