We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d1d0a commit b0eddffCopy full SHA for b0eddff
CHANGES.rst
@@ -1,6 +1,18 @@
1
Change Log
2
----------
3
4
+0.999/1.0b4
5
+~~~~~~~~~~~
6
+
7
+Released on XXX
8
9
+* Fix #11, avoiding the XSS bug potentially caused by serializer allowing
10
+ attribute values to be escaped out of in old browser versions, changing the
11
+ quote_attr_values option on serializer to take one of three values,
12
+ "always" (the old True value), "legacy" (the new option, and the new
13
+ default), and "spec" (the old False value, and the old default).
14
15
16
0.99
17
~~~~
18
0 commit comments