From ac4ac80b8c2eb158fb3d3f3b54550056fea8e7b2 Mon Sep 17 00:00:00 2001 From: Aaron <314152+AaronDDM@users.noreply.github.com> Date: Wed, 28 Jul 2021 22:13:52 -0400 Subject: [PATCH] Moving from travis to github actions for tests (#12) * Moving from travis to github actions for tests * Specify the path to the phpunit binary * Updated CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1dcdf..71820e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 2.0.1 +- Colons are now allowed in element data names # Upgrading from 1.x to 2.0.0 Previously, if you passed in your own instance of `XMLWriter` into an instance of `XMLWriterService`, `XMLWriter::openMemory` was called from within the `XMLWriterService`. This did not allow for customizations made to the XMLWriter object prior to it being passed into `XMLWriterService`