aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-27 10:44:23 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-27 10:44:23 +0000
commitbb05bcde0173ef3d53b0604cfda2e7624b897990 (patch)
tree9311f96f78d310968eb81985b10b76171e1a3f1b /ChangeLog
parent264b4150eba773d06f638f86ef733b1cb5293d8d (diff)
downloadruby-bb05bcde0173ef3d53b0604cfda2e7624b897990.tar.gz
* ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4aa388c0ba..44ef0cd165 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Apr 27 19:39:42 2014 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.
+
Sat Apr 26 11:50:08 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/ruby/test_enum.rb (test_flat_map): Added test for flat_map.