File tree 1 file changed +11
-5
lines changed
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/).
6
6
## x.y.z
7
7
8
8
### 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 )
12
9
13
10
### Changed
14
11
15
- - Improve performance of Value::parseValue with many delimiters by refactoring to remove array_search() (#413 )
16
-
17
12
### Deprecated
18
13
19
14
### Removed
20
15
21
16
### Fixed
22
17
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
+
23
29
## 8.5.2
24
30
25
31
### Changed
You can’t perform that action at this time.
0 commit comments