1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix AS changelog indent, remove tabs and extra spaces [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-11-06 03:09:01 -02:00
parent aadb8c962a
commit dcee010ce8

View file

@ -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*