summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-09 10:38:14 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-09 10:38:14 -0500
commit5261e6c36d0f0c6cea364390dbe9f4cce66306e8 (patch)
tree37c0265b0b1f582ac344eaca569bde7c3bee80a9 /NEWS.txt
parent274ceca63fe55336201cd611d897662e5d000e8f (diff)
Unicode, Dammit now detects the encoding in HTML 5-style <meta> tags like <meta charset="utf-8" />. [bug=837268]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 4535f19..d03c442 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -17,6 +17,9 @@
* Fixed a bug that caused a crash when you passed a dictionary as an
attribute value (possibly because you mistyped "attrs"). [bug=842419]
+* Unicode, Dammit now detects the encoding in HTML 5-style <meta> tags
+ like <meta charset="utf-8" />. [bug=837268]
+
* Fixed a bug that wrecked the tree if you replaced an element with an
empty string. [bug=728697]