From ae5b9f0bfb5f2ab0bcba45289268328be27a7ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 3 Oct 2022 00:12:43 +0300 Subject: [PATCH] Add changelog for #688 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ac11e..2e62207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.13] - 2022-10-03 - Add `Minify_Cache_APCu` to replace `Minify_Cache_APC`, [#697] +- Require `marcusschwarz/lesserphp:^0.5.5` to fix php 7.4 compatibility, [#688] [3.0.13]: https://github.com/mrclay/minify/compare/3.0.12...3.0.13 [#697]: https://github.com/mrclay/minify/pull/697 +[#688]: https://github.com/mrclay/minify/pull/688 ## [3.0.12] - 2022-05-14