1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update NEWS.md about deprecation

This commit is contained in:
Takashi Kokubun 2021-01-20 22:02:24 -08:00
parent e0d92d5e5d
commit f766ba54a9
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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