aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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.