Skip to content

Commit 4b480df

Browse files
committed
Changelog.md added
1 parent 50c7dee commit 4b480df

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.2.0] - 2018-08-08
10+
### Added
11+
- Enh #4: `Ely\remove_class_name_method_usages` fixer.
12+
- `array_syntax` fixer.
13+
- This changelog file.
14+
- Travis CI building.
15+
16+
### Changed
17+
- `friendsofphp/php-cs-fixer` version bumped to `^2.12.2`.
18+
- `phpunit/phpunit` downgraded to `^6.5.1` to be compatible with PHP 7.0.
19+
20+
### Fixed
21+
- Bug #5: `Ely/line_break_after_statements` triggers error if statement doesn't have control brackets.
22+
23+
## 0.1.0 - 2018-04-17
24+
### Added
25+
- First release
26+
27+
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/0.2.0...HEAD
28+
[0.2.0]: https://github.com/elyby/php-code-style/compare/0.1.0...0.2.0

0 commit comments

Comments
 (0)