From df25ba40152c936d381a476f4c711f99f5033680 Mon Sep 17 00:00:00 2001 From: duerst Date: Thu, 23 Oct 2014 01:21:25 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ NEWS | 6 ++++++ 2 files changed, 10 insertions(+) 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