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

Fix typo in AS changelog, improve highlight [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2014-01-06 10:28:44 -02:00
parent 5d238ea926
commit 6bf93b22d5

View file

@ -10,12 +10,12 @@
Time.new(1582, 10, 4).to_date.gregorian.to_s # => "1582-10-04"
This patch ensures that when the intermediate `Date` object is advanced
to yield a new `Date` object, that the `Time` object for return is contructed
to yield a new `Date` object, that the `Time` object for return is constructed
with a proleptic gregorian month, date and year.
*Riley Lynch*
* MemCacheStore should only accept a Dalli::Client, or create one.
* `MemCacheStore` should only accept a `Dalli::Client`, or create one.
*arthurnn*