Skip to content

Commit 2bd8c36

Browse files
authored
Merge pull request #32 from PHPCSStandards/feature/add-changelog
Add a changelog
2 parents a4bf15f + ed3c578 commit 2bd8c36

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Change Log for the PHPCSDevTools standard for PHP Codesniffer
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses [Semantic Versioning](http://semver.org/).
6+
7+
8+
## [Unreleased]
9+
10+
_Nothing yet._
11+
12+
13+
## 1.0.0 - 2020-02-12
14+
15+
Initial release containing:
16+
* Feature completeness checking tool for PHPCS sniffs.
17+
* A `PHPCSDebug` standard to help debugging sniffs.
18+
19+
20+
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevTools/compare/1.0.0...HEAD
21+

0 commit comments

Comments
 (0)