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

ruby-changes:64475

From: Marc-Andre <ko1@a...>
Date: Wed, 23 Dec 2020 03:48:33 +0900 (JST)
Subject: [ruby-changes:64475] 5a6d27fe22 (master): NEWS: combine $SAFE and $KCODE, move lower

https://git.ruby-lang.org/ruby.git/commit/?id=5a6d27fe22

From 5a6d27fe220548eb4ab5232d7f7331b42a66a17f Mon Sep 17 00:00:00 2001
From: Marc-Andre Lafortune <github@m...>
Date: Tue, 22 Dec 2020 02:50:39 -0500
Subject: NEWS: combine $SAFE and $KCODE, move lower


diff --git a/NEWS.md b/NEWS.md
index ab9197f..2483f5f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -40,14 +40,6 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L40
     # 3.0 => [[[1, {:a=>1}]], {}]
     ```
 
-* $SAFE is now a normal global variable with no special behavior.
-  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]]
-
 * Pattern matching(`case/in`) is no longer experimental. [[Feature #17260]]
 
 * One-line pattern matching is redesigned.  [EXPERIMENTAL]
@@ -102,6 +94,10 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L94
     * {TypeProf}[rdoc-label:label-TypeProf] is experimentally bundled. It is a
       type analysis tool for Ruby programs.
 
+* $SAFE and $KCODE are now normal global variables with no special behavior.
+  C-API methods related to $SAFE have been removed.
+  [[Feature #16131]] [[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]]
-- 
cgit v0.10.2


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

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