File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ 3.0.5 (2024-09-05)
5+ ------------------
6+ * #294 Add PHP 8.4 compliance for v3 branch ( @phil-davis )
7+
483.0.4 (2024-04-18)
59------------------
610* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
@@ -27,6 +31,19 @@ ChangeLog
2731* #213 added phpstan types to deserializer functions ( @staabm )
2832* #214 update phpstan 1.x ( @staabm )
2933
34+ 2.2.10 (2024-08-27)
35+ ------------------
36+ * #290 add cs-fixer v3 (@phil-davis )
37+
38+ 2.2.9 (2024-07-26)
39+ ------------------
40+ * #287 Explicitly mark nullable parameter (@cedric-anne )
41+
42+ 2.2.8 (2024-07-25)
43+ ------------------
44+ * #284 Add PHP 8.2 and 8.3 to CI for 2.2 branch (@phil-davis )
45+ * #285 PHP 8.4 compliance (@phil-davis )
46+
30472.2.7 (2024-04-18)
3148------------------
3249* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Version
1616 /**
1717 * Full version number.
1818 */
19- public const VERSION = '3.0.4 ' ;
19+ public const VERSION = '3.0.5 ' ;
2020}
You can’t perform that action at this time.
0 commit comments