From e82b6e983f0a27cb2a1f4c83984c32de91203fbb Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Thu, 4 Apr 2013 11:41:57 -0400 Subject: [PATCH] Create 2.0.x changelog --- CHANGELOG-2.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG-2.0.md diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md new file mode 100644 index 0000000..b384948 --- /dev/null +++ b/CHANGELOG-2.0.md @@ -0,0 +1,18 @@ +CHANGELOG for 2.0.x +=================== + +This changelog references the relevant changes (bug and security fixes) done +in 2.0 minor versions. + +To get the diff for a specific change, go to +https://github.com/FriendsOfSymfony/FOSElasticaBundle/commit/XXX where XXX is +the commit hash. To get the diff between two versions, go to +https://github.com/FriendsOfSymfony/FOSElasticaBundle/compare/v2.0.0...v2.0.1 + +To generate a changelog summary since the last version, run +`git log --no-merges --oneline v2.0.0...2.0.x` + +* 2.0.1 (2013-04-04) + + * f0d3a4d: Ensure mongo extension is available in Travis CI + * 1f26318: Avoid using a feature not supported in PHP5.3