From 0c0ec3ad214fb21201476020f56d270bb961f775 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 10 Dec 2018 23:40:14 +0000 Subject: [PATCH] Add the deprecation of flip-flops to NEWS page [ci skip] [Fix GH-2047] From: Junichi Ito git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 31e585e9fc..48327ede39 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,8 @@ sufficient information, see the ChangeLog file or Redmine * Print +cause+ of the exception if the exception is not caught and printed its backtraces and error message [Feature #8257] +* Flip-flop syntax is deprecated. [Feature #5400] + === Core classes updates (outstanding ones only) [Array]