Skip to content

Commit

Permalink
Moving from travis to github actions for tests (#12)
Browse files Browse the repository at this point in the history
* Moving from travis to github actions for tests

* Specify the path to the phpunit binary

* Updated CHANGELOG
  • Loading branch information
AaronDDM authored Jul 29, 2021
1 parent 397cac4 commit ac4ac80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit ac4ac80

Please sign in to comment.