From 6deee94475a9e0f29350d24bc17ea890e981faff Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 29 Oct 2013 14:11:23 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b77607..d1bcfd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 1.2.0 (2013-10-29) + + * Bumped symfony dependency to 2.1.0+ + * Fixed invalid trigger of the CORS check when the Origin header is present on same-host requests + * Fixed fatal error when `allow_methods` was not configured for a given path + ### 1.1.1 (2013-08-14) * Fixed issue when `allow_origin` is set to `*` and `allow_credentials` to `true`.