summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-09 01:27:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-09 01:27:36 +0000
commit320c98b436b5277678907b9ba32e4c6cdd3678a0 (patch)
tree9ede4685aca051866e93d82752675d9b956dfd39 /NEWS
parent63e66f08b6b524aff2bce99e30ef4fb343b2fe30 (diff)
date: support for Reiwa, new Japanese era
[Feature #15742] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 54a180a196..51b475ee30 100644
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,12 @@ CSV::
* Upgrade to 3.0.4.
See https://github.com/ruby/csv/blob/master/NEWS.md.
+Date::
+
+ * Date.jisx0301, Date#jisx0301, and Date.parse provisionally support the
+ new Japanese era as an informal extension, until the new JIS X 0301 is
+ issued. [Feature #15742]
+
ERB::
* Prohibit marshaling ERB instance.