Skip to content

Commit 518d1ce

Browse files
committed
update CHANGES.rst
1 parent b2ed896 commit 518d1ce

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change History
22
**************
33

4+
v0.8.6 (2024-xx-xx)
5+
===================
6+
7+
Changes:
8+
9+
* Restructure the package so that the wheel does not install the testing and docs as non-importable packages.
10+
* Ensure that data required to run tests and build docs is present in the source distribution (via `Manifest.in` changes).
11+
* Documentation now includes a `sphinx-apidoc`-based listing of all installed modules and functions
12+
* Add `sphinx-copybutton` and `sphinx-codeautolink` in order to increase the usefulness of code-blocks in the example documentation (copying of code blocks and ability to click on `birdy` objects and go straight to the documentation entry for the object).
13+
* All documentation build warnings have been addressed.
14+
* Add the `birdy[extra]` pip install recipe to be able to install all extras needed more directly.
15+
* Raise the minimum Python required to 3.9 in the setup block.
16+
* Remove the Python package for `pandoc` (unmaintained).
17+
* Add a documentation entry on using `build` to build the documentation.
18+
419
0.8.5 (2024-03-14)
520
==================
621

0 commit comments

Comments
 (0)