File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments