Skip to content

Commit

Permalink
Fix typo in AS changelog, improve highlight [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jan 6, 2014
1 parent 5d238ea commit 6bf93b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down

0 comments on commit 6bf93b2

Please sign in to comment.