Skip to content

Commit 7a32a41

Browse files
committed
Updated changelog and readme
1 parent a6abb9e commit 7a32a41

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

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.2.1, 2025.01.07
5+
6+
- Improved generic object serialization
7+
48
### v4.2.0, 2025.01.07
59

610
#### Changes

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Opis Closure
88
Serialize closures, serialize anything
99
------------------
1010

11-
**Opis Closure** is a PHP library that allows you to serialize closures and arbitrary data.
11+
**Opis Closure** is a PHP library that allows you to serialize closures, anonymous classes, and arbitrary data.
1212

1313
```php
1414
use function Opis\Closure\{serialize, unserialize};
@@ -44,8 +44,6 @@ very often the closures were bound to some object, thus in order to preserve fun
4444
too. Since we had to do arbitrary data serialization, we decided to make this project about arbitrary data serialization,
4545
providing support for serializing closures but also adding more effortless ways to serialize custom objects._
4646

47-
Starting with v4, **Opis Closure** is not just about closure serialization but also about arbitrary data serialization.
48-
4947
## Migrating from 3.x
5048

5149
Version 4.x is a full rewrite of the library, but data deserialization from 3.x is possible.

0 commit comments

Comments
 (0)