From 728304093c4d5ec8be7dd5f1467da4aa362f2d5c Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 15 Jan 2022 13:53:57 -0800 Subject: [PATCH] Update NEWS.md about ERB.new --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6b50bfd865..737bc5ea6c 100644 --- a/NEWS.md +++ b/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