From 4ae8def67b47ba8ddaecd42fa021db0561aa5ae8 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sat, 29 Jul 2023 13:01:16 +0300 Subject: [PATCH] changelog: list changes since v0.14 --- CHANGELOG.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 839bee9a..cf31d62c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,31 @@ Unreleased `master`_ :Date: YYYY-MM-DD +Added +~~~~~ + +* ``autosection`` directive to include generic documentation comments +* ``.readthedocs.yaml`` config file +* Documentation on how to use Hawkmoth on Read the Docs more reliably +* Values in enumerator documentation when explicitly initialized in source code + +Changed +~~~~~~~ + +* The ``:file:`` option is optional for files that have been previously parsed +* Test case yaml schema + +Removed +~~~~~~~ + +* Development dependency on the deprecated ``sphinx_testing`` package + +Fixed +~~~~~ + +* Handling of empty documentation comments +* Parser error propagation + Hawkmoth `0.14.0`_ ------------------