From 2dfc8813c5cea4a3194516ae62afc51e44b8e211 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Fri, 5 Jul 2024 15:27:38 +0800 Subject: [PATCH] 3.1.1 changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27dfe8f..d3d6320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 3.1.1 (2024-07-05) + +### Changes + +- Conform codebase to PSR-12 code style guidelines +- Update wikimedia/less.php from 3.0 to 5.x for tests by @Krinkle in https://github.com/assetic-php/assetic/pull/38 + +### Bug fixes + +- 8 character color hex codes (with alpha channel) are no longer minified to 3 character hex codes in `StylesheetFilter`, these are instead minified to 4 characters. +- The `MockAsset` asset has been switched to using contracts for typehints and return types. + +### Community updates + +- Combine and consistently format the changelog by @bennothommo in https://github.com/assetic-php/assetic/pull/39 + ## 3.1.0 (2024-04-04) ### New features