Skip to content

Commit

Permalink
Merge pull request #32 from PHPCSStandards/feature/add-changelog
Browse files Browse the repository at this point in the history
Add a changelog
  • Loading branch information
jrfnl authored Feb 12, 2020
2 parents a4bf15f + ed3c578 commit 2bd8c36
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2bd8c36

Please sign in to comment.