Skip to content

Commit 791533e

Browse files
committed
Add changelog entry for #11.
1 parent be6230b commit 791533e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ Released on XXX
2828

2929
* Cease supporting Python 3.2 (in both CPython and PyPy forms).
3030

31+
* Fix #11, avoiding the XSS bug potentially caused by serializer allowing
32+
attribute values to be escaped out of in old browser versions, changing
33+
the quote_attr_values option on serializer to take one of three values,
34+
"always" (the old True value), "legacy" (the new option, and the new
35+
default), and "spec" (the old False value, and the old default).
36+
3137

3238
0.9999999/1.0b8
3339
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)