diff --git a/CHANGELOG.md b/changelog.md similarity index 90% rename from CHANGELOG.md rename to changelog.md index 817efd0..3c7b3a3 100644 --- a/CHANGELOG.md +++ b/changelog.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.1] + +* Converted to PSR-2 +* FIX: remove parameters from function calls +* Added standard code of conduct +* Added standard editor config +* Updated license +* Added standard gitattributes +* MINOR: Don't include Hamcrest globally so it doesn't conflict with PHPUnit + ## [2.1.0] * 3.2 Compatibility