We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6230b commit 791533eCopy full SHA for 791533e
CHANGES.rst
@@ -28,6 +28,12 @@ Released on XXX
28
29
* Cease supporting Python 3.2 (in both CPython and PyPy forms).
30
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
+
37
38
0.9999999/1.0b8
39
~~~~~~~~~~~~~~~
0 commit comments