diff options
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 6cc04dbe27..2cb1e79365 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -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* |