Skip to content

Commit

Permalink
Merge pull request #11 from PHPCompatibility/feature/changelog-1.1.0
Browse files Browse the repository at this point in the history
Changelog for the release of PHPCompatibilitySymfony version 1.1.0
  • Loading branch information
wimg committed Aug 28, 2019
2 parents acd21e3 + 872ec39 commit b0c9880
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ All code within the PHPCompatibility organisation is released under the GNU Less

## Changelog

### 1.1.0 - 2019-08-29

* Added new `PHPCompatibilitySymfonyPolyfillPHP74` ruleset.
* Updated the `PHPCompatibilitySymfonyPolyfillPHP73` ruleset to allow for the stub for the `JsonException` class which was added in `polyfill-php73` version `1.11.0`.
* Composer: The recommended version of the [Composer PHPCS plugin](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/) has been upped to `^0.5.0`.
* CI: Added early warning system for false positives due to changes in the polyfill libraries themselves.

### 1.0.1 - 2018-12-16

* Prevent false positives when the ruleset is run over the code of the polyfills themselves.
Expand Down

0 comments on commit b0c9880

Please sign in to comment.