summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-11 04:26:04 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-11 04:26:04 +0000
commiteec23088e4d4ee2717bb615417d225312a483381 (patch)
tree9fc5ac06b7d8a2bbddb6a3e25244455164142bf6 /NEWS
parentb91599c48b4ba8f46c9458cd71c895b41549fab1 (diff)
NEWS: add a ticket number
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 702aad0459..5af9a65e0c 100644
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,7 @@ sufficient information, see the ChangeLog file or Redmine
* refinements takes place at Kernel#respond_to?. [Feature #15327]
-* +else+ without +rescue+ now causes a syntax error. [EXPERIMENTAL]
+* +else+ without +rescue+ now causes a syntax error. [EXPERIMENTAL] [Feature #14606]
* constant names may start with a non-ASCII capital letter. [Feature #13770]