mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: add keyword arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f810d1804a
commit
d127e92b85
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Feb 2 10:17:12 2013 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||
|
||||
* NEWS: add keyword arguments.
|
||||
|
||||
Sat Feb 2 07:45:44 2013 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
|
||||
|
||||
* proc.c (proc_curry): Fix arity check [Bug #5747]
|
||||
|
|
2
NEWS
2
NEWS
|
@ -399,6 +399,8 @@ with all sufficient information, see the ChangeLog file.
|
|||
|
||||
=== Language changes
|
||||
|
||||
* Added keyword arguments.
|
||||
|
||||
* Added %i and %I for symbol list creation (similar to %w and %W).
|
||||
|
||||
* Default source encoding is changed to UTF-8. (was US-ASCII)
|
||||
|
|
Loading…
Reference in a new issue