From 94f517a433b3a94e42739a4b592ba67fe8462d05 Mon Sep 17 00:00:00 2001 From: Tom Rochette Date: Thu, 18 Jun 2015 08:09:24 -0400 Subject: [PATCH] Changelog for v0.6.3. --- CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f08aafe..962c1e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/). ## Unreleased +## v0.6.3 (2015-06-18) +### Changed +* Depend on symfony/console ~2.7 instead of 2.7.*@dev since it is now Symfony's LTS +* Update V018 and V021 level from MINOR to PATCH +* Update V059 level from PATCH to MAJOR + +### Fixed +* [#62] PHP Notice for an Unknown operation + ## v0.6.2 (2015-05-19) ### Changed * [#60] [V032] Adding an interface is now a MINOR increment (was a MAJOR increment) @@ -37,7 +46,7 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/). ## v0.4.0 (2015-01-15) ### Added -* Source filtering, which greatly improves scanning a large code repository. +* Source filtering, which greatly improves scanning a large code repository ## v0.3.0 (2015-01-14) ### Added @@ -52,11 +61,11 @@ This project follows [Semantic Versioning 2.0.0](http://semver.org/). * Support for building `phar` #### Rules -* [#7] Adding private class/trait methods should generated a PATCH level. -* Adding/Removing traits public/protected method should generate a MAJOR level. +* [#7] Adding private class/trait methods should generated a PATCH level +* Adding/Removing traits public/protected method should generate a MAJOR level * Adding public/protected class methods should generate a MAJOR level. * [#10] Adding methods to an interface should generate a MAJOR ## v0.1.0 (2015-01-11) -Initial release \ No newline at end of file +Initial release