add feature description and bugfixes to changelog

This commit is contained in:
Jan Dittberner 2015-01-25 15:46:17 +01:00
parent 0fc823a305
commit e14be4a905
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
* :feature:`-` implement adding options to hosting packages
* :bug:`-` fix disk space calculation in
hostingpackages.models.CustomerHostingPackage
* :bug:`-` fix unique constraints on
hostingpackages.models.CustomerDiskSpaceOption and
hostingpackages.models.CustomerDatabaseOption
* :feature:`-` implement password change functionality for mailboxes
* :feature:`-` implement creation of new mailboxes for hosting packages
* :support:`-` move common form code to new module gvawebcore.forms