From e580847ce8b54899d447c8561334cceccc20f179 Mon Sep 17 00:00:00 2001 From: duerst Date: Sun, 17 Jan 2016 11:40:46 +0000 Subject: * string.c: Any kind of option is now taking the new code path for upcase/downcase/capitalize/swapcase. :lithuanian can be used for testing if no specific option is desired. * test/ruby/enc/test_case_mapping.rb: Adjusted to above. (with Kimihito Matsui) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aaad35df50..b95be78b6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Jan 17 20:40:10 2016 Martin Duerst + + * string.c: Any kind of option is now taking the new code path for + upcase/downcase/capitalize/swapcase. :lithuanian can be used for + testing if no specific option is desired. + * test/ruby/enc/test_case_mapping.rb: Adjusted to above. + (with Kimihito Matsui) + Sun Jan 17 20:10:10 2016 Martin Duerst * enc/unicode.c: Fixed a logical error and some comments. -- cgit v1.2.3