ruby-changes:63790
From: Nobuyoshi <ko1@a...>
Date: Sat, 28 Nov 2020 18:52:49 +0900 (JST)
Subject: [ruby-changes:63790] fd329e24c5 (master): NEWS for [Feature #17136] [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=fd329e24c5 From fd329e24c511ce3ff0ed81fd9c88de6cfd5676a9 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 28 Nov 2020 18:52:22 +0900 Subject: NEWS for [Feature #17136] [ci skip] diff --git a/NEWS.md b/NEWS.md index 9b48c54..5687c0a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -44,6 +44,10 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L44 C-API methods related to $SAFE have been removed. [[Feature #16131]] +* $KCODE is now a normal global variable with no special behavior. No + warnings are emitted by access/assignment to it, and the assigned + value will be returned. [[Feature #17136]] + * yield in singleton class definitions in methods is now a SyntaxError instead of a warning. yield in a class definition outside of a method is now a SyntaxError instead of a LocalJumpError. [[Feature #15575]] @@ -627,6 +631,7 @@ end https://github.com/ruby/ruby/blob/trunk/NEWS.md#L631 [Feature #17104]: https://bugs.ruby-lang.org/issues/17104 [Feature #17122]: https://bugs.ruby-lang.org/issues/17122 [Feature #17134]: https://bugs.ruby-lang.org/issues/17134 +[Feature #17136]: https://bugs.ruby-lang.org/issues/17136 [Feature #17176]: https://bugs.ruby-lang.org/issues/17176 [Feature #17260]: https://bugs.ruby-lang.org/issues/17260 [Feature #17260]: https://bugs.ruby-lang.org/issues/17260 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/