diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2063917 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Change Log for the PHPCSDevTools standard for PHP Codesniffer + +All notable changes to this project will be documented in this file. + +This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses [Semantic Versioning](http://semver.org/). + + +## [Unreleased] + +_Nothing yet._ + + +## 1.0.0 - 2020-02-12 + +Initial release containing: +* Feature completeness checking tool for PHPCS sniffs. +* A `PHPCSDebug` standard to help debugging sniffs. + + +[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevTools/compare/1.0.0...HEAD +