From c817868705ee2b1ce5da6c1c2d6348d50662bc3a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 17 Apr 2020 17:49:50 +0900 Subject: [PATCH] NEWS.md: Mentioned the removal of NIL/TRUE/FALSE [ci skip] --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2322e468b7..06f6b9f10a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -152,6 +152,8 @@ Excluding feature bug fixes. * 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.