Skip to content

Commit

Permalink
[TASK] Prepare the 8.6.0 release (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeQZ authored Jul 1, 2024
1 parent ba37b45 commit d2fb94a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,26 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

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

### Changed

- Improve performance of Value::parseValue with many delimiters by refactoring to remove array_search() (#413)

### Deprecated

### Removed

### Fixed

## 8.6.0

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

### Changed

- Improve performance of Value::parseValue with many delimiters by refactoring to remove array_search() (#413)

## 8.5.2

### Changed
Expand Down

0 comments on commit d2fb94a

Please sign in to comment.