aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-17 17:46:22 +0000
committersonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-17 17:46:22 +0000
commit1ba62fa93a200f92a8bd612a14f36a298ac4b3d1 (patch)
tree08482a678d9ee82ca5296764028d450bf36e90b3 /ChangeLog
parent2169bea82e57c3887285b06f36b0f79827de0986 (diff)
downloadruby-1ba62fa93a200f92a8bd612a14f36a298ac4b3d1.tar.gz
* lib/time.rb (parse, strptime): Fix Time.parse/strptime does not
have compatibility with DateTime.parse/strptime in terms of parsing timezone [Bug #12190] [Fix GH-1297] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af61e78bf5..1f27277892 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Mar 18 02:35:12 2016 Naotoshi Seo <sonots@gmail.com>
+
+ * lib/time.rb (parse, strptime): Fix Time.parse/strptime does not
+ have compatibility with DateTime.parse/strptime in terms of parsing
+ timezone [Bug #12190] [Fix GH-1297]
+
Fri Mar 18 02:17:00 2016 Kenta Murata <mrkn@mrkn.jp>
* numeric.c (fix_zero_p, fix_even_p, fix_odd_p): remove needless