Changelog/release note for #1388

pull/1406/head
Karl Hobley 2015-06-15 09:20:20 +01:00
rodzic 0e91aa46fd
commit 5538b73e9e
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -9,6 +9,7 @@ Changelog
* MySQL support
* Django 1.8 support
* Removed dependency on libsass (Tim Heap)
* Users without usernames can now be created and edited in the admin interface (Tim Heap)
* Added update notifications
* Javascript includes in the admin backend have been moved to the HTML header, to accommodate form widgets that render inline scripts that depend on libraries such as jQuery
* Improvements to the layout of the admin menu footer.

Wyświetl plik

@ -50,6 +50,7 @@ Minor changes
* Dropped Python 2.6 and 3.2 support
* Dropped Elasticsearch 0.90.x support
* Removed dependency on ``libsass``
* Users without usernames can now be created and edited in the admin interface
Core