From ed3c5788c3b3f34fd0c00a296e87d0437785a27e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 12 Aug 2019 09:08:35 +0200 Subject: [PATCH] Add a changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md 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 +