From 6bf93b22d558c03f1406bcf72a81d9dabfd557f7 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 6 Jan 2014 10:28:44 -0200 Subject: [PATCH] Fix typo in AS changelog, improve highlight [ci skip] --- activesupport/CHANGELOG.md | 4 ++-- 1 file 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* -- GitLab