From 2c2886cf25d42a88be123729026f7b22d2f4ebbf Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 9 Feb 2015 11:45:27 -0400 Subject: Fix Changelog markup Beware, the markup has to remember that the changelog is appended to the long description, and all together is displayed as the package info in the pypi page. So, we cannot reuse section markups so happily: they have to be consistent. --- CHANGELOG.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 796e5f84..c40791c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,7 @@ History ------- +==== 2015 ==== @@ -10,13 +11,13 @@ History ++++++++++++++++++++++++++++++++++++++++++++++++++++ Features --------- +~~~~~~~~ - #5873: Allow frontend and backend to be run separately. - Refactor login widgets/logic. - Improved changelog :). Bugfixes --------- +~~~~~~~~ - #6058: Support 'nobody' (used on Arch) as well as 'nogroup' as group names. - #6123: Forward the right environment data to subprocess call. - #6150: Do not allow Bitmask to start if there is no polkit agent running. @@ -29,6 +30,7 @@ Bugfixes - Make pkg/tuf/release.py handle removals in the repo. - Reduce the wait for running threads timeout on quit. +==== 2014 ==== @@ -304,6 +306,7 @@ Bugfixes module, obscuring all the details. - Remove qt4reactor as a dependency. +==== 2013 ==== -- cgit v1.2.3