Skip to content

Commit bdb7f8a

Browse files
committed
0.5.1
1 parent 97a2ce3 commit bdb7f8a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.5.1
2+
3+
- Fixed misleading exception message on malformed objects.
4+
- Fixed valid classnames being rejected as malformed.
5+
- Fixed type-lookup logic trying to deserialize with `null` Type information.
6+
7+
Known issues:
8+
- Objects with classname `DateTime` will fail to deserialize, unless the option `EnableTypeLookup` is set to `false`.
9+
110
# 0.5.0
211

312
**BREAKING**

PhpSerializerNET/PhpSerializerNET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Title>PhpSerializerNET</Title>
44
<TargetFramework>net5.0</TargetFramework>
5-
<Version>0.5.0</Version>
5+
<Version>0.5.1</Version>
66
<Authors>StringEpsilon</Authors>
77
<Summary>A library for working with the PHP serialization format.</Summary>
88
<PackageTags>php-serialization, php-serializer, php-deserializer</PackageTags>

0 commit comments

Comments
 (0)