From ec8364a13e6b0fab364ffd788ce67cd2026fbfeb Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 13 Dec 2018 21:53:22 +0100 Subject: [PATCH] Changelog for releasing version 1.0.1 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d3bf8db..e2c2b73 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,12 @@ All code within the PHPCompatibility organisation is released under the GNU Less ## Changelog +### 1.0.1 - 2018-12-16 + +* Prevent false positives when the ruleset is run over the code of the `RandomCompat` 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. + ### 1.0.0 - 2018-10-07 Initial release of PHPCompatibilityParagonie containing rulesets covering the `random_compat` and `sodium_compat` polyfill libraries.