From e0d96de572d2f9a18ef784267fa363ad989c8af1 Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Sat, 20 Oct 2018 01:27:42 +0200 Subject: [PATCH] [*]: update the changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ab1b2..ac1e393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ +# Changelog 2.0.1 + +* support for PHP 7.3 +* update vendor + + # Changelog 2.0.0 * drop support for PHP < 7.0 * use "strict_types" + # Changelog 1.6.1 * Fixed security breach (execution rights) + # Changelog 1.6.0 * Fixed UTF8 usage @@ -18,6 +26,7 @@ * Added option to exclude conditional blocks when using inline-styles, thx to [KonstantinShkut](https://github.com/KonstantinShkut/CssToInlineStyles/commit/48ceb8ba7d182ebc1036b06bd9cefe3d6f0bf733), for more information see the [Pull Request](https://github.com/KonstantinShkut/CssToInlineStyles/commit/48ceb8ba7d182ebc1036b06bd9cefe3d6f0bf733) + # Changelog since 1.5.3 * Fix properties split on base64 encoded url content, thx to [tguyard](https://github.com/Giga-gg), @@ -27,10 +36,12 @@ * Remove version from require, thx to [barryvdh](https://github.com/barryvdh), for more information see the [Pull Request](https://github.com/tijsverkoyen/CssToInlineStyles/pull/85) + # Changelog since 1.5.2 * Make sure the XML header is removed. + # Changelog since 1.5.1 * Refactor removing style tags, thx to [barryvdh](https://github.com/barryvdh), @@ -48,6 +59,7 @@ * Added a .gitattributes file, thx to [GrahamCampbell](https://github.com/GrahamCampbell), for more information see the [Pull Request](https://github.com/tijsverkoyen/CssToInlineStyles/pull/71) + # Changelog since 1.5.0 * Exclude vendor files from coverage, thx to [barryvdh](https://github.com/barryvdh),