diff --git a/README.md b/README.md index c3c454a..9da1c70 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,11 @@ All code within the PHPCompatibility organisation is released under the GNU Less ## Changelog +### 1.0.2 - 2019-08-29 + +* 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 library itself. + ### 1.0.1 - 2018-12-16 * Prevent false positives when the ruleset is run over the code of the polyfill itself.