## 1.3.1
* Add functions to ignore subtrees & result-streaming (yield) parsers [#58](https://github.com/snoyberg/xml/pull/58)
## 1.3.0
* Drop system-filepath
## 1.2.6
* Reuse 'MonadThrow' and 'force' for 'AttrParser' [#52](https://github.com/snoyberg/xml/pull/52)
## 1.2.5
* Added helper functions to render XML elements [#48](https://github.com/snoyberg/xml/pull/48)
## 1.2.4
* 'parseText' becomes 'parseText'/'parseTextPos', depending on the output type [#47](https://github.com/snoyberg/xml/pull/47)
## 1.2.3.3
* Allow blaze-builder 0.4
## 1.2.3.2
* Doc fix [#44](https://github.com/snoyberg/xml/pull/44)
## 1.2.3.1
Support monad-control 1.0