diff --git a/package.xml b/package.xml
index 947a418..d5332a3 100644
--- a/package.xml
+++ b/package.xml
@@ -20,9 +20,9 @@
bd808@bd808.com
yes
- 2023-03-05
+ 2024-10-07
- 2.2.3
+ 2.2.4
2.0.0
@@ -31,10 +31,11 @@
MIT
- Bugs Fixed:
- - Fixed memory release on error handling (negram)
- - Fix test for PHP 8.2 (andypost)
- - #65: Fix #65 yaml_parse_url method not working (remicollet)
+ Bugs Fixed:
+ - #85: PHP 8.4.0 beta4 test yaml_parse_file_002.phpt fails (andypost)
+ - emit.c: fix -Wsign-compare (bd808)
+ - #75: yaml_parse_file does not set &$ndoc as expected (tomterl)
+ - Fix [-Wincompatible-pointer-types] warning (remicollet)
@@ -95,6 +96,8 @@
+
+
@@ -152,6 +155,19 @@
+
+ 2023-03-05
+
+ 2.2.3
+ 2.0.0
+
+
+ Bugs Fixed:
+ - Fixed memory release on error handling (negram)
+ - Fix test for PHP 8.2 (andypost)
+ - #65: Fix #65 yaml_parse_url method not working (remicollet)
+
+
2021-10-24