summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-03 15:09:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-03 15:09:48 +0000
commitbd4aa40f45a6af6082cde56ffaa0d62a9280bb49 (patch)
tree0361dc3bb871224e74e23bdc7cb0e0e8ff6ed351 /NEWS
parent5eed468b8a3af05224be6241b398a14d06700caa (diff)
NEWS: mentioned about [Bug #9593]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fcf2e655ed..62def458df 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ with all sufficient information, see the ChangeLog file.
* Hash literal
* Symbol key followed by a colon can be quoted. [Feature #4276]
+* default argument
+ fixed a very longstanding bug that an optional argument was not
+ accessible in its default value expression. [Bug #9593]
+
=== Core classes updates (outstanding ones only)
* Binding