aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-12-25 11:31:44 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-12-25 11:31:44 +0900
commitb9e35d27096290f9544dca685fb4cf5bd0e09397 (patch)
treea17fad5356b15463f70cda639e6eabf0f58be9ef
parente0929c44ddc7490dc97cabf12c7505173316a623 (diff)
downloadruby-b9e35d27096290f9544dca685fb4cf5bd0e09397.tar.gz
NEWS: add a ticket reference
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index edfca23eb9..cfbfd9e689 100644
--- a/NEWS
+++ b/NEWS
@@ -209,7 +209,7 @@ sufficient information, see the ChangeLog file or Redmine
is now allowed. [Feature #11297] [Feature #16123]
* Modifier rescue now operates the same for multiple assignment as single
- assignment:
+ assignment. [Bug #8279]
a, b = raise rescue [1, 2]
# Previously parsed as: (a, b = raise) rescue [1, 2]