Skip to content

Commit 184493d

Browse files
committed
Add a CHANGELOG file
1 parent 79d760c commit 184493d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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](https://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.1.0] - 2020-11-27
8+
9+
- Add `isDecorated` method on `SymfonyOutput` class and `Output` interface.
10+
- Fix missing `strict_types` on `Error` class
11+
- Add `AnsiEscapeSequences` to help with some often used sequences
12+
13+
## [1.0.0] - 2020-11-26
14+
15+
- Initial version with support for `ErrorFormatter` classes from phpstan and more classes
16+
- Fixed imported tests
17+
- Added GitHub actions
18+
- Added phpstan
19+
- Removed some useless imported code
20+
- Made the imported source code compatible with PHP 7.1

0 commit comments

Comments
 (0)