summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-02-09 11:45:27 -0400
committerKali Kaneko <kali@leap.se>2015-02-09 11:45:27 -0400
commit2c2886cf25d42a88be123729026f7b22d2f4ebbf (patch)
treeed6baeb32d5e8fde1fb77d48987fbdd73b46e31a
parent91f0a38f5911d0f26210f62a94ab46e741e30189 (diff)
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.
-rw-r--r--CHANGELOG.rst7
1 files changed, 5 insertions, 2 deletions
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
====