summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-01-20 22:02:24 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2021-01-20 22:02:52 -0800
commitf766ba54a9e25239ecc28a623c95e85bb6ac45ea (patch)
treebeaa7e16cd6cf5bafc3dda14e9db0b190ab0623e /NEWS.md
parente0d92d5e5d665132b77b450a1432e682a6c45a5c (diff)
Update NEWS.md about deprecation
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 8e6aeb4fe1..c12f3e8635 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -44,6 +44,9 @@ Excluding feature bug fixes.
## Stdlib compatibility issues
+* `ERB#initialize` warns `safe_level` and later arguments even without -w.
+ [[Feature #14256]]
+
## C API updates
## Implementation improvements
@@ -61,6 +64,7 @@ Excluding feature bug fixes.
## Miscellaneous changes
+[Feature #14256]: https://bugs.ruby-lang.org/issues/14256
[Feature #16806]: https://bugs.ruby-lang.org/issues/16806
[Feature #17312]: https://bugs.ruby-lang.org/issues/17312
[Bug #17423]: https://bugs.ruby-lang.org/issues/17423