summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-07-07 21:46:36 -0400
committerLeonard Richardson <leonardr@segfault.org>2019-07-07 21:46:36 -0400
commit2fcaeb6e916a09fa87b4b2ab57167c39db6cef8c (patch)
tree06f7f47a4c6adaa6e33e24c91a5dee61162fd441 /CHANGELOG
parentfd040bfacc6caa2d0b92edbeed5f32582ad55d83 (diff)
&apos; (which is valid in XML and XHTML, but not HTML 4) is now
recognized as a named entity and converted to a single quote. [bug=1818721]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index da4aaaf..b60b5b5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,9 @@
attributes are treated -- you can do this with the
`multi_valued_attributes` argument. [bug=1832978]
+* &apos; (which is valid in XML and XHTML, but not HTML 4) is now
+ recognized as a named entity and converted to a single quote. [bug=1818721]
+
= 4.7.1 (20190106)
* Fixed a significant performance problem introduced in 4.7.0. [bug=1810617]