diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0478cfe..0c8b014 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,93 +1,119 @@ Sphinx_Changelog v1.1.2 (2021-08-19) ==================================== +v1.3.0rc2 - changelog test - 2023-03-01 +--------------------------------------- + +- Update to towncrier 22.12.0, and other fixes by @dstansby in + https://github.com/OpenAstronomy/sphinx-changelog/pull/17 + Bug Fixes --------- -- Explicitly specify encoding when writing changelog. (`#11 `__) -- Fixed rendering to match towncrier, which means that top_line should not be included in the template. (`#12 `__) - +- Explicitly specify encoding when writing changelog. +- (`#11 `__) +- Fixed rendering to match towncrier, which means that top_line should +- not be included in the template. +- (`#12 `__) Sphinx_Changelog v1.1.1 (2021-05-14) ==================================== +.. _bug-fixes-1: + Bug Fixes --------- -- Re-implement the ``:towncrier-skip-if-empty:`` flag as it was dropped in the upgrade to 21.3. (`#10 `__) - +- Re-implement the ``:towncrier-skip-if-empty:`` flag as it was dropped +- in the upgrade to 21.3. +- (`#10 `__) Sphinx_Changelog v1.1.0 (2021-05-11) ==================================== No significant changes. - Sphinx_Changelog 1.1.0rc1 (2021-05-11) ====================================== Features -------- -- Update to support only the latest release of towncrier as there were some substantial changes. (`#9 `__) -- Added support for controlling the title underline used by towncrier in the changelog directive. (`#9 `__) - +- Update to support only the latest release of towncrier as there were +- some substantial changes. +- (`#9 `__) +- Added support for controlling the title underline used by towncrier +- in the changelog directive. +- (`#9 `__) Sphinx_Changelog v1.0.0 (2021-03-16) ==================================== No significant changes. - Sphinx_Changelog v0.1rc5 (2021-03-03) ===================================== +.. _bug-fixes-2: + Bug Fixes --------- -- Do not raise exceptions inside the directive as this can cause the sphinx - parallel build to fail. (`#8 `__) - +- Do not raise exceptions inside the directive as this can cause the +- sphinx parallel build to fail. +- (`#8 `__) Sphinx_Changelog v0.1rc4 (2021-03-02) ===================================== +.. _features-1: + Features -------- -- Add a flag to skip running towncrier if no fragment files are found. (`#6 `__) +- Add a flag to skip running towncrier if no fragment files are found. +- (`#6 `__) +.. _bug-fixes-3: Bug Fixes --------- -- Fix resolving paths relative to the file containing the changelog directive. (`#6 `__) - +- Fix resolving paths relative to the file containing the changelog +- directive. +- (`#6 `__) Sphinx_Changelog v0.1rc3 (2021-03-02) ===================================== +.. _bug-fixes-4: + Bug Fixes --------- -- Raise a more helpful error if no towncrier config can be found. (`#5 `__) - +- Raise a more helpful error if no towncrier config can be found. +- (`#5 `__) Sphinx_Changelog v0.1rc2 (2021-03-01) ===================================== +.. _features-2: + Features -------- -- Implement options for changelog backend. Including the existing changelog and - towncrier are currently available. (`#1 `__) +- Implement options for changelog backend. Including the existing +- changelog and towncrier are currently available. +- (`#1 `__) +.. _bug-fixes-5: Bug Fixes --------- -- Fix use of template and update to parsing code from a newer towncrier version (`#3 `__) - +- Fix use of template and update to parsing code from a newer +- towncrier version +- (`#3 `__) Sphinx_Changelog v0.1rc1 (2021-03-01) =====================================