From e1c8b925be34dc07a5ba49f6bb0de5be69f786fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 3 Feb 2025 10:53:27 +0200 Subject: [PATCH] Fill changelog for 4.0.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f971a17..10c70f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [4.0.1] - 2025-02-03 + +- Recommend against use, [#711] +- Fix htmlspecialchars incompatibility with php 8.1, [#693] +- Support PHP 8.4, [#714] + +[4.0.1]: https://github.com/mrclay/minify/compare/4.0.0...4.0.1 +[#711]: https://github.com/mrclay/minify/pull/711 +[#693]: https://github.com/mrclay/minify/issues/693 +[#714]: https://github.com/mrclay/minify/pull/714 + ## [4.0.0] - 2024-01-04 - Support PHP 8.1+