Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

3.0.4 (2024-04-18)
------------------
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
* #272 More precise parseClarkNotation return type ( @staabm )

3.0.3 (2023-11-09)
------------------
* #262 Backport fix: return type of XmlFragment::xmlDeserialize to match base declaration ( @phil-davis )
Expand All @@ -22,6 +27,10 @@ ChangeLog
* #213 added phpstan types to deserializer functions ( @staabm )
* #214 update phpstan 1.x ( @staabm )

2.2.7 (2024-04-18)
------------------
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )

2.2.6 (2023-06-28)
------------------
* #229 Fixed error where valueobject has eaten too much ( @mrbig )
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '3.0.3';
public const VERSION = '3.0.4';
}