mirror of
https://github.com/mrclay/minify.git
synced 2025-09-01 01:51:47 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e1c8b925be | ||
|
9eb43c9f9f |
13
CHANGELOG.md
13
CHANGELOG.md
@@ -7,12 +7,25 @@ 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+
|
||||
- Update PHPUnit to 8.x
|
||||
- Replace `leafo/scssphp` with `scssphp/scssphp`
|
||||
|
||||
[4.0.0]: https://github.com/mrclay/minify/compare/3.0.14...4.0.0
|
||||
|
||||
## [3.0.14] - 2023-05-05
|
||||
|
||||
- Support monolog v3, [#705]
|
||||
|
Reference in New Issue
Block a user