Skip to content

Commit d2fb94a

Browse files
authored
[TASK] Prepare the 8.6.0 release (#630)
1 parent ba37b45 commit d2fb94a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,26 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66
## x.y.z
77

88
### Added
9-
- Support arithmetic operators in CSS function arguments (#607)
10-
- Add support for inserting an item in a CSS list (#545)
11-
- Add support for the `dvh`, `lvh` and `svh` length units (#415)
129

1310
### Changed
1411

15-
- Improve performance of Value::parseValue with many delimiters by refactoring to remove array_search() (#413)
16-
1712
### Deprecated
1813

1914
### Removed
2015

2116
### Fixed
2217

18+
## 8.6.0
19+
20+
### Added
21+
- Support arithmetic operators in CSS function arguments (#607)
22+
- Add support for inserting an item in a CSS list (#545)
23+
- Add support for the `dvh`, `lvh` and `svh` length units (#415)
24+
25+
### Changed
26+
27+
- Improve performance of Value::parseValue with many delimiters by refactoring to remove array_search() (#413)
28+
2329
## 8.5.2
2430

2531
### Changed

0 commit comments

Comments
 (0)