Skip to content

Commit bcb17d4

Browse files
committed
Update changelog.
1 parent ccaa1ce commit bcb17d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
## Features
1212
- Added `PhpSerialization.DeserializeUtf8(ReadOnlySpan<byte>)` overloads for cases in which consumers directly work with
1313
UTF8 inputs and can skip the re-encoding.
14+
- Added `PhpSerializationFilter` attribute base class, allowing customization of class and struct member serialization.
15+
See the `PhpSerializationFilterTest` for an example. See also [Issue #33](https://github.com/StringEpsilon/PhpSerializerNET/issues/33).
1416

1517
## Regular changes
1618
- Integers and doubles without a value now give a better error message (`i:;` and `d:;`).

0 commit comments

Comments
 (0)