We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1305dd7 commit 64390adCopy full SHA for 64390ad
CHANGELOG.md
@@ -11,6 +11,21 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
11
12
### Removed
13
14
+## [2.2.0]
15
+### Added
16
+ - Builds for PHP 7.1 & 7.2 (#160)
17
+
18
+### Changed
19
+ - Updated `kadet/keylighter` to `0.8.3` to fix an error on PHP 7.2 (#159)
20
+ - Updated `aydin-hassan/cli-md-renderer` to `^2.3` (#162)
21
22
+### Fixed
23
+ - Fixed a bug where cli arguments added via events were not passed to the result objects (#157)
24
+ - Fixed solution program syntax highlighting (#161)
25
26
+### Removed
27
+ - Removed support for symfony 2.x components and dropped builds from travis with different versions of symfony (#160)
28
29
## [2.1.0]
30
### Changed
31
- Updated `nikic/php-parser` to `^3.0` (#154)
0 commit comments