diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-07-07 22:57:04 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-07-07 22:57:04 -0400 |
commit | 519afbe269b671e15a1f1d2aecfe4fc579b61efc (patch) | |
tree | 34009e19c95cae9245678451f3d7dc783f75f59a /CHANGELOG | |
parent | 2fcaeb6e916a09fa87b4b2ab57167c39db6cef8c (diff) |
A Formatter can now decide how (or whether) to order the attributes
inside a tag. [bug=1812422]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ attributes are treated -- you can do this with the `multi_valued_attributes` argument. [bug=1832978] +* A Formatter can now decide how (or whether) to order the attributes + inside a tag. [bug=1812422] + * ' (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] |