========= Changelog ========= * :bug:`-` Fix a silly issue with the new feature from :issue:`22` - Sphinx doctree name attributes reflect top level titles, not filenames. * :release:`0.6.0 <2014-04-03>` * :feature:`22` Make the document name used as the changelog - previously hardcoded as ``changelog`` (``.rst``) - configurable. Thanks to James Mills for the feature request. * :feature:`26` Allow specifying Github path shorthand config option instead of explicit release/issue URL strings. * :release:`0.5.3 <2014-03-15>` * :bug:`25` Empty/no-issue line items broke at some point; fixed. * :bug:`24` Broke inline issue parsing; fixed now. * :release:`0.5.2 <2014-03-13>` * :bug:`23` Rework implementation to deal with issue descriptions that span more than one paragraph - subsequent paragraphs/blocks were not being displayed prior. * :release:`0.5.1 <2014-02-11>` * :bug:`-` Fix silly bug in :issue:`20` that cropped up on Python 3.x. * :release:`0.5.0 <2014-02-11>` * :feature:`20` Allow specifying minimum release line in bugfixes that don't apply to all active lines (e.g. because they pertain to a recently added feature.) * :release:`0.4.0 <2013-12-24>` * :feature:`17` Allow releases to explicitly define which issues they include. Useful for overriding default assumptions (e.g. a special bugfix release from an otherwise dormant line.) * :release:`0.3.1 <2013-12-18>` * :bug:`16` Fix some edge cases regarding release ordering & unreleased issue display. Includes splitting unreleased display info into two 'Next release' pseudo-release entries. * :support:`15` Add :doc:`/concepts` to flesh out some assumptions not adequately explained in :doc:`/usage`. * :release:`0.3.0 <2013-11-21>` * :feature:`11` Fix up styling so changelogs don't look suboptimal under `the new Read The Docs theme `_. Still looks OK under their old theme too! * :support:`0` Move to actual Sphinx docs so we can use ourselves. * :support:`0` Created a basic test suite to protect against regressions. * :bug:`9 major` Clean up additional 'unreleased' display/organization behavior, including making sure ALL unreleased issues show up as 'unreleased'. Thanks to Donald Stufft for the report. * :feature:`1` (also :issue:`3`, :issue:`10`) Allow using ``-`` or ``0`` as a dummy issue 'number', which will result in no issue number/link being displayed. Thanks to Markus Zapke-GrĂ¼ndemann and Hynek Schlawack for patches & discussion. * This feature lets you categorize changes that aren't directly related to issues in your tracker. It's an improvement over, and replacement for, the previous "vanilla bullet list items are treated as bugs" behavior. * Said behavior (non-role-prefixed bullet list items turning into regular bugs) is being retained as there's not a lot to gain from deactivating it. * :release:`0.2.4 <2013.10.04>` * :support:`0 backported` Handful of typos, doc tweaks & addition of a .gitignore file. Thanks to Markus Zapke-GrĂ¼ndemann. * :bug:`0` Fix duplicate display of "bare" (not prefixed with an issue role) changelog entries. Thanks again to Markus. * :support:`0 backported` Edited the README/docs to be clearer about how Releases works/operates. * :support:`0 backported` Explicitly documented how non-role-prefixed line items are preserved. * :bug:`0` Updated non-role-prefixed line items so they get prefixed with a '[Bug]' signifier (since they are otherwise treated as bugfix items.) * :release:`0.2.3 <2013.09.16>` * :bug:`0` Fix a handful of bugs in release assignment logic. * :release:`0.2.2 <2013.09.15>` * :bug:`0` Ensured Python 3 compatibility. * :release:`0.2.1 <2013.09.15>` * :bug:`0` Fixed a stupid bug causing invalid issue hyperlinks. * :release:`0.2.0 <2013.09.15>` * :feature:`0` Basic functionality.