Adding acceptance test for #1257, fixed panic

This commit is contained in:
Mike Farah
2022-06-25 12:15:28 +10:00
parent 9b47a29864
commit 06d2aaad80
3 changed files with 27 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
4.25.4:
- Fixed panic when using multiply assign on multiple documents #1256 Thanks @care0717
4.25.3:
- xml decoder now maintains namespaces by default. Use new flags to disable if required. Thanks @rndmit
- Length and other similar operators no longer return comments (#1231)