Skip to content

Commit 759fdfa

Browse files
committed
[TASK] Prepare the 8.5.0 release
I have compiled the changes that seemed relevant from the git history.
1 parent 7ae6c01 commit 759fdfa

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
# Revision History
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
This project adheres to [Semantic Versioning](https://semver.org/).
5+
6+
## x.y.z
7+
8+
### Added
9+
10+
### Changed
11+
12+
### Deprecated
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
## 8.4.1
19+
20+
### Added
21+
22+
- Add more unit tests
23+
24+
### Fixed
25+
26+
- Retain CSSList and Rule comments when rendering CSS (#351)
27+
- Replace invalid `turns` unit with `turn` (#350)
28+
- Also allow string values for rules
229

330
## 8.4.0
431

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"Sabberworm\\CSS\\Tests\\": "tests/"
3636
}
3737
},
38+
"extra": {
39+
"branch-alias": {
40+
"dev-master": "9.0.x-dev"
41+
}
42+
},
3843
"scripts": {
3944
"ci": [
4045
"@ci:static"

0 commit comments

Comments
 (0)