Skip to content

Commit

Permalink
Update ChangeLog, minor version for script bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emhoracek committed Oct 19, 2018
1 parent 3e1bd12 commit 0649837
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions html-conduit/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2

* Fix a bug that was removing `<` symbols in script tags.

## 1.3.1

* Inline tagstream-conduit for entity decoding in attribute value bug
Expand Down
2 changes: 1 addition & 1 deletion html-conduit/html-conduit.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: html-conduit
Version: 1.3.1
Version: 1.3.2
Synopsis: Parse HTML documents using xml-conduit datatypes.
Description: This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. Note that, since version 1.3.1, it uses an inlined copy of tagstream-conduit with entity decoding bugfixes applied.
Homepage: https://github.com/snoyberg/xml
Expand Down

0 comments on commit 0649837

Please sign in to comment.