Skip to content

Commit b97e42b

Browse files
committed
Updated changelog
1 parent 7d291c6 commit b97e42b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
---------
33

4+
### v4.5.0, 2026.03.05
5+
6+
- Fixed nested re-serialization [#163](https://github.com/opis/closure/issues/163)
7+
48
### v4.4.0, 2025.11.20
59

610
- Add PHP 8.5 support [#162](https://github.com/opis/closure/pull/162)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Or you could directly reference it into your `composer.json` file as a dependenc
8686
```json
8787
{
8888
"require": {
89-
"opis/closure": "^4.4"
89+
"opis/closure": "^4.5"
9090
}
9191
}
9292
```

0 commit comments

Comments
 (0)