ruby-changes:60808
From: Nobuyoshi <ko1@a...>
Date: Fri, 17 Apr 2020 17:50:09 +0900 (JST)
Subject: [ruby-changes:60808] c817868705 (master): NEWS.md: Mentioned the removal of NIL/TRUE/FALSE [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=c817868705 From c817868705ee2b1ce5da6c1c2d6348d50662bc3a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 17 Apr 2020 17:49:50 +0900 Subject: NEWS.md: Mentioned the removal of NIL/TRUE/FALSE [ci skip] diff --git a/NEWS.md b/NEWS.md index 2322e46..06f6b9f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -152,6 +152,8 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L152 * When writing to STDOUT redirected to a closed pipe, no broken pipe error message will be shown now. [[Feature #14413]] +* `TRUE`/`FALSE`/`NIL` constants are no longer defined. + ## Stdlib compatibility issues Excluding feature bug fixes. -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/