release note for #463

pull/743/head
Matt Westcott 2014-10-23 12:57:04 +01:00
rodzic 8bb1a8a459
commit 2bf8e44707
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -9,6 +9,7 @@ Changelog
* Fix: Replaced references of .username with .get_username() on users for better custom user model support (John-Scott Atlakson)
* Fix: Unpinned dependency versions for six and requests to help prevent dependency conflicts
* Fix: Fixed TypeError when getting embed HTML with oembed on Python 3 (John-Scott Atlakson)
* Fix: Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as "jav\tascript:" (Tim Heap)
0.7 (09.10.2014)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -25,6 +25,8 @@ Bug fixes
* Replaced references of .username with .get_username() on users for better custom user model support
* Unpinned dependency versions for six and requests to help prevent dependency conflicts
* Fixed TypeError when getting embed HTML with oembed on Python 3
* Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as ``jav\tascript:``
Upgrade considerations
======================