mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS for [Feature #17136] [ci skip]
This commit is contained in:
parent
85aabef023
commit
fd329e24c5
1 changed files with 5 additions and 0 deletions
5
NEWS.md
5
NEWS.md
|
@ -44,6 +44,10 @@ sufficient information, see the ChangeLog file or Redmine
|
||||||
C-API methods related to $SAFE have been removed.
|
C-API methods related to $SAFE have been removed.
|
||||||
[[Feature #16131]]
|
[[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
|
* yield in singleton class definitions in methods is now a SyntaxError
|
||||||
instead of a warning. yield in a class definition outside of a method
|
instead of a warning. yield in a class definition outside of a method
|
||||||
is now a SyntaxError instead of a LocalJumpError. [[Feature #15575]]
|
is now a SyntaxError instead of a LocalJumpError. [[Feature #15575]]
|
||||||
|
@ -627,6 +631,7 @@ end
|
||||||
[Feature #17104]: https://bugs.ruby-lang.org/issues/17104
|
[Feature #17104]: https://bugs.ruby-lang.org/issues/17104
|
||||||
[Feature #17122]: https://bugs.ruby-lang.org/issues/17122
|
[Feature #17122]: https://bugs.ruby-lang.org/issues/17122
|
||||||
[Feature #17134]: https://bugs.ruby-lang.org/issues/17134
|
[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 #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
|
||||||
[Feature #17260]: https://bugs.ruby-lang.org/issues/17260
|
[Feature #17260]: https://bugs.ruby-lang.org/issues/17260
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue