From 0649837f736c3a073d05ee07bc8326ac944d5cfb Mon Sep 17 00:00:00 2001 From: Libby Horacek Date: Fri, 19 Oct 2018 08:33:11 -0400 Subject: [PATCH] Update ChangeLog, minor version for script bug fix --- html-conduit/ChangeLog.md | 4 ++++ html-conduit/html-conduit.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/html-conduit/ChangeLog.md b/html-conduit/ChangeLog.md index b11c1f26..83bccdc4 100644 --- a/html-conduit/ChangeLog.md +++ b/html-conduit/ChangeLog.md @@ -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 diff --git a/html-conduit/html-conduit.cabal b/html-conduit/html-conduit.cabal index eecc2c46..2678c73d 100644 --- a/html-conduit/html-conduit.cabal +++ b/html-conduit/html-conduit.cabal @@ -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