Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
interval: "daily"
commit-message:
prefix: "[Dependabot] "
milestone: 10
milestone: 11

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -26,4 +26,4 @@ updates:
versioning-strategy: "increase"
commit-message:
prefix: "[Dependabot] "
milestone: 10
milestone: 11
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ Please also have a look at our

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Documentation

## 9.2.0: New features and deprecations

### Added

- Add `OutputFormat::setSpaceAroundSelectorCombinator()` (#1504)
- Add support for escaped quotes in the selectors (#1485, #1489)
- Provide line number in exception message for mismatched parentheses in
Expand Down Expand Up @@ -45,8 +59,6 @@ Please also have a look at our
- `Rule::setRule()` and `getRule()` are deprecated and replaced with
`setPropertyName()` and `getPropertyName()` (#1506, #1519)

### Removed

### Fixed

- Do not escape characters that do not need escaping in CSS string (#1444)
Expand All @@ -61,8 +73,6 @@ Please also have a look at our
follows a `+` or `-` operator (#1399)
- Use typesafe versions of PHP functions (#1379, #1380, #1382, #1383, #1384)

### Documentation

## 9.1.0: Add support for PHP 8.5

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "9.2.x-dev"
"dev-main": "9.3.x-dev"
}
},
"scripts": {
Expand Down