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:
parent
d12a08abb5
commit
728304093c
1 changed files with 5 additions and 0 deletions
5
NEWS.md
5
NEWS.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue