diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8f1c2c42fe..5042db8a16 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index 055ca6fc0d..ab5612b938 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -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