aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-06 03:09:01 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-06 03:09:01 -0200
commitdcee010ce8c05cd0180e691ca165d774fba60de7 (patch)
treea3b1be478374487e004f8aa794ce5224a0ec0a15 /activesupport/CHANGELOG.md
parentaadb8c962a374e719f943244ff0c685a1e956d00 (diff)
downloadrails-dcee010ce8c05cd0180e691ca165d774fba60de7.tar.gz
rails-dcee010ce8c05cd0180e691ca165d774fba60de7.tar.bz2
rails-dcee010ce8c05cd0180e691ca165d774fba60de7.zip
Fix AS changelog indent, remove tabs and extra spaces [ci skip]
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 5d39fa39d9..b1544f6eac 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -10,7 +10,7 @@
* Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed them to JavaScript functions like getTime().
- *DHH*
+ *DHH*
* Calling ActiveSupport::JSON.decode with unsupported options now raises an error.
@@ -29,7 +29,7 @@
*Benjamin Fleischer*
-* Disable the ability to iterate over Range of AS::TimeWithZone
+* Disable the ability to iterate over Range of AS::TimeWithZone
due to significant performance issues.
*Bogdan Gusiev*