From 68e16ddd7961b86e5013e62ae2954e88638de058 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 12 Nov 2015 05:17:06 +0000 Subject: parse.y: ANDDOT fluent interface * parse.y (parser_yylex): ANDDOT at the head of the line denote line continuation from previous one to support fluent interface, as well as single dot. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 21b5f37fdf..f624163d4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 12 14:17:01 2015 Nobuyoshi Nakada + + * parse.y (parser_yylex): ANDDOT at the head of the line denote + line continuation from previous one to support fluent interface, + as well as single dot. + Thu Nov 12 13:49:50 2015 SHIBATA Hiroshi * lib/rubygems: Update to RubyGems 2.5.0+ HEAD(db78980). -- cgit v1.2.3