[前][次][番号順一覧][スレッド一覧]

ruby-changes:70894

From: Takashi <ko1@a...>
Date: Sun, 16 Jan 2022 06:54:25 +0900 (JST)
Subject: [ruby-changes:70894] 728304093c (master): Update NEWS.md about ERB.new

https://git.ruby-lang.org/ruby.git/commit/?id=728304093c

From 728304093c4d5ec8be7dd5f1467da4aa362f2d5c Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sat, 15 Jan 2022 13:53:57 -0800
Subject: Update NEWS.md about ERB.new

---
 NEWS.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index 6b50bfd8651..737bc5ea6cc 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -106,6 +106,10 @@ The following deprecated methods are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L106
 
 ## 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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L142
 ## 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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]