diff --git a/History.md b/History.md index 5ebcec289..2f91a39e8 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,22 @@ +[4.2.4 / 2021-10-21](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.3...v4.2.4) +================== + +* Backports prototype pollution fix from 5.x branch. +* Backports correct decimal point regex from 5.x branch. + +[4.2.3 / 2020-01-28](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.2...v4.2.3) +================== + +* Fixed issue [#1106](https://github.com/jakubpawlowicz/clean-css/issues/1106) - regression in handling RGBA/HSLA colors. + +[4.2.2 / 2020-01-25](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.1...v4.2.2) +================== + +* Fixed error when property block has no value. +* Fixed issue [#1077](https://github.com/jakubpawlowicz/clean-css/issues/1077) - local fonts with color in name. +* Fixed issue [#1082](https://github.com/jakubpawlowicz/clean-css/issues/1082) - correctly convert colors if alpha >= 1. +* Fixed issue [#1085](https://github.com/jakubpawlowicz/clean-css/issues/1085) - prevent unquoting of grid elements. + [4.2.1 / 2018-08-07](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.0...v4.2.1) ================== diff --git a/docs/index.html b/docs/index.html index 89d020bce..1136b21b5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,7 +22,7 @@