Skip to content

Commit 390c226

Browse files
Update CHANGELOG
1 parent c38c303 commit 390c226

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- php: '8.1'
2626
- php: '8.2'
2727
- php: '8.3'
28-
mode: experimental
2928
fail-fast: false
3029

3130
steps:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.29.0
2+
3+
* Polyfill `mb_str_pad()`
4+
* Polyfill `#[\Override]` attribute
5+
* Use full case folding when using `MB_CASE_FOLD`
6+
17
# 1.28.0
28

39
* Add `CURLStringFile` class introduced in PHP 8.1 (but only if PHP >= 7.4 is used)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"minimum-stability": "dev",
7474
"extra": {
7575
"branch-alias": {
76-
"dev-main": "1.28-dev"
76+
"dev-main": "1.29-dev"
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)