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

ruby-changes:12627

From: shyouhei <ko1@a...>
Date: Fri, 31 Jul 2009 17:34:24 +0900 (JST)
Subject: [ruby-changes:12627] Ruby:r24340 (ruby_1_8): * NEWS: ditto.

shyouhei	2009-07-31 17:34:07 +0900 (Fri, 31 Jul 2009)

  New Revision: 24340

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

  Log:
    * NEWS: ditto.

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/NEWS

Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS	(revision 24339)
+++ ruby_1_8/NEWS	(revision 24340)
@@ -9,6 +9,13 @@
 
 == Changes since the 1.8.7 release
 
+=== Lexical changes
+
+* new hash immediates
+
+  Ruby 1.9 style hash syntax e.g. { key: value } is now also supported
+  in 1.8.  You can also write a method invocation syntax foo bar: baz.
+
 === Configuration changes
 
 * version specific directories
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 24339)
+++ ruby_1_8/ChangeLog	(revision 24340)
@@ -2,8 +2,11 @@
 
 	* parse.y: Support for { key: value } -style hash immediates.
 	  [ruby-core:21946][ruby-core:22286]
+
 	* keywords: ditto.
 
+	* NEWS: ditto.
+
 Tue Jul 28 15:48:15 2009  Nobuyoshi Nakada  <nobu@r...>
 
 	* eval.c (rb_event_all, rb_add_event_hook): merged thread-switch

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

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