Skip to content

Commit b0eddff

Browse files
committed
Add changelog entry for #11.
1 parent f1d1d0a commit b0eddff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change Log
22
----------
33

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+
416
0.99
517
~~~~
618

0 commit comments

Comments
 (0)