[前][次][番号順一覧][スレッド一覧]

ruby-changes:26957

From: ktsj <ko1@a...>
Date: Sat, 2 Feb 2013 10:21:34 +0900 (JST)
Subject: [ruby-changes:26957] ktsj:r39009 (trunk): * NEWS: add keyword arguments.

ktsj	2013-02-02 10:21:09 +0900 (Sat, 02 Feb 2013)

  New Revision: 39009

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39009

  Log:
    * NEWS: add keyword arguments.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39008)
+++ ChangeLog	(revision 39009)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Feb  2 10:17:12 2013  Kazuki Tsujimoto  <kazuki@c...>
+
+	* NEWS: add keyword arguments.
+
 Sat Feb  2 07:45:44 2013  Marc-Andre Lafortune  <ruby-core@m...>
 
 	* proc.c (proc_curry): Fix arity check [Bug #5747]
Index: NEWS
===================================================================
--- NEWS	(revision 39008)
+++ NEWS	(revision 39009)
@@ -399,6 +399,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L399
 
 === 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)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]