1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: mentioned about [Bug #9593]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-10-03 15:09:48 +00:00
parent 5eed468b8a
commit bd4aa40f45

4
NEWS
View file

@ -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