Skip to content

Commit

Permalink
[TASK] Prepare the 8.4.1 release
Browse files Browse the repository at this point in the history
I have compiled the changes that seemed relevant from the git history.
  • Loading branch information
oliverklee committed Jan 19, 2024
1 parent 7ae6c01 commit 8e98b2c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
# Revision History
# Changelog

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 8.4.1

### Added

- Add more unit tests

### Fixed

- Retain CSSList and Rule comments when rendering CSS (#351)
- Replace invalid `turns` unit with `turn` (#350)
- Also allow string values for rules

## 8.4.0

Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
"Sabberworm\\CSS\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "9.0.x-dev"
}
},
"scripts": {
"ci": [
"@ci:static"
Expand Down

0 comments on commit 8e98b2c

Please sign in to comment.