Skip to content

Commit

Permalink
Merge pull request #14 from PHPCompatibility/feature/changelog-1.1.0
Browse files Browse the repository at this point in the history
Changelog for the release of PHPCompatibilityParagonie 1.1.0
  • Loading branch information
jrfnl committed Aug 28, 2019
2 parents d7db6ff + 5a52223 commit b1bb79a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,17 @@ All code within the PHPCompatibility organisation is released under the GNU Less

## Changelog

### 1.1.0 - 2019-08-29

* The `PHPCompatibilityParagonieSodiumCompat` ruleset has been updated to account for the latest changes in the `sodium_compat` polyfill.
* Prevent false positives when the ruleset is run over the code of the `sodium_compat` polyfill itself.
* Composer: The recommended version of the [Composer PHPCS plugin](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/) has been upped to `^0.5.0`.
* CI: Improved integration test for the `SodiumCompat` ruleset.
* 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 `RandomCompat` polyfill itself.
* Prevent false positives when the ruleset is run over the code of the `random_compat` polyfill itself.
* The rulesets are now also tested against PHP 7.3.
Note: full PHP 7.3 support is only available in combination with PHP_CodeSniffer 2.9.2 or 3.3.1+ due to an incompatibility within PHP_CodeSniffer itself.

Expand Down

0 comments on commit b1bb79a

Please sign in to comment.