aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-29 00:54:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-29 00:54:07 +0000
commite1e46c0501ddde118c29cdf3ce9ced6ab444f5ca (patch)
tree6d31c2fd92aa40943b5e7ba49ee36ed1e018bbea
parent9f2f1fcbc8fc896e234a1b2939ba660ec56b55f2 (diff)
downloadruby-e1e46c0501ddde118c29cdf3ce9ced6ab444f5ca.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 382078a88b..b3b6463274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@ Thu Aug 29 05:35:58 2013 Eric Hodel <drbrain@segment7.net>
Thu Aug 29 02:40:45 2013 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych/scalar_scanner.rb: invalid floats should be
- treated as strings.
+ treated as strings.
[Fixes GH-156] https://github.com/tenderlove/psych/issues/156
* test/psych/test_string.rb: test for change