Skip to content

Commit

Permalink
3.1.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Jul 5, 2024
1 parent 1249d92 commit 2dfc881
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2dfc881

Please sign in to comment.