Skip to content

Commit fd3bf9f

Browse files
authored
Prepare release of version 9.4.0 (#1596)
1 parent 9218dbc commit fd3bf9f

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
interval: "daily"
99
commit-message:
1010
prefix: "[Dependabot] "
11-
milestone: 12
11+
milestone: 13
1212

1313
- package-ecosystem: "composer"
1414
directory: "/"
@@ -26,4 +26,4 @@ updates:
2626
versioning-strategy: "increase"
2727
commit-message:
2828
prefix: "[Dependabot] "
29-
milestone: 12
29+
milestone: 13

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,23 @@ Please also have a look at our
1414

1515
### Deprecated
1616

17-
- Deprecate support for PHP 7.2 and 7.3 (#1565)
18-
1917
### Removed
2018

2119
### Fixed
2220

21+
### Documentation
22+
23+
## 9.4.0: Deprecations and bugfixes
24+
25+
### Deprecated
26+
27+
- Deprecate support for PHP 7.2 and 7.3 (#1565)
28+
29+
### Fixed
30+
2331
- Allow CSS containing only whitespace or comments (#1593)
2432
- Only allow strings as `LineName` components (#1590)
2533

26-
### Documentation
27-
2834
## 9.3.0: Support for modern CSS at-rules and autoloading bugfix
2935

3036
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"extra": {
7070
"branch-alias": {
71-
"dev-main": "9.4.x-dev"
71+
"dev-main": "9.5.x-dev"
7272
}
7373
},
7474
"scripts": {

0 commit comments

Comments
 (0)