aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-18 05:29:19 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-18 05:29:19 +0000
commit5a6b09036813f23d033fa2d48dc2a2d6684b756e (patch)
tree9307b7fd2b461f4510715c3544188015e92c69df /ChangeLog
parente8074a382eb3e07feb4c425498e1605e2e729f7c (diff)
downloadruby-5a6b09036813f23d033fa2d48dc2a2d6684b756e.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 32e5f8d0d5..b3124dcc09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Thu Feb 18 14:15:38 2016 Shota Fukumori <her@sorah.jp>
* re.c: Add MatchData#named_captures
[Feature #11999] [ruby-core:72897]
-
+
* test/ruby/test_regexp.rb(test_match_data_named_captures): Test for above.
* NEWS: News about MatchData#named_captures.