You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,17 @@ All code within the PHPCompatibility organisation is released under the GNU Less
98
98
99
99
## Changelog
100
100
101
+
### 1.1.0 - 2019-08-29
102
+
103
+
* The `PHPCompatibilityParagonieSodiumCompat` ruleset has been updated to account for the latest changes in the `sodium_compat` polyfill.
104
+
* Prevent false positives when the ruleset is run over the code of the `sodium_compat` polyfill itself.
105
+
* Composer: The recommended version of the [Composer PHPCS plugin](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/) has been upped to `^0.5.0`.
106
+
* CI: Improved integration test for the `SodiumCompat` ruleset.
107
+
* CI: Added early warning system for false positives due to changes in the polyfill libraries themselves.
108
+
101
109
### 1.0.1 - 2018-12-16
102
110
103
-
* Prevent false positives when the ruleset is run over the code of the `RandomCompat` polyfill itself.
111
+
* Prevent false positives when the ruleset is run over the code of the `random_compat` polyfill itself.
104
112
* The rulesets are now also tested against PHP 7.3.
105
113
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.
0 commit comments