From bae5cffe7e4e496a4839077d5de859d45be57a07 Mon Sep 17 00:00:00 2001 From: Martin Ledgard Date: Mon, 10 Dec 2012 19:38:43 +0000 Subject: [PATCH] fix date in changelog --- CHANGELOG-2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index cf59cb7070..03074c23db 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -7,7 +7,7 @@ in 2.1 minor versions. To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.1.0...v2.1.1 -* 2.1.4 (2012-12-29) +* 2.1.4 (2012-11-29) * e5536f0: replaced magic strings by proper constants * 6a3ba52: fixed the logic in Request::isSecure() (if the information comes from a source that we trust, don't check other ones)