From e14be4a9057315b562e8da8c36720884ec64ae9b Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 25 Jan 2015 15:46:17 +0100 Subject: [PATCH] add feature description and bugfixes to changelog --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e3fca35..b8bfab6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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