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 ERB.new

This commit is contained in:
Takashi Kokubun 2022-01-15 13:53:57 -08:00
parent d12a08abb5
commit 728304093c
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -106,6 +106,10 @@ The following deprecated methods are removed.
## Stdlib compatibility issues
* ERB
* `ERB.new` no longer takes more than one positional arguments
[[Feature #14256]]
## C API updates
### Removed C APIs
@ -138,6 +142,7 @@ The following deprecated APIs are removed.
## Miscellaneous changes
[Feature #12737]: https://bugs.ruby-lang.org/issues/12737
[Feature #14256]: https://bugs.ruby-lang.org/issues/14256
[Feature #14332]: https://bugs.ruby-lang.org/issues/14332
[Feature #15231]: https://bugs.ruby-lang.org/issues/15231
[Bug #15928]: https://bugs.ruby-lang.org/issues/15928