Skip to content

Commit b33f27c

Browse files
Adds changelog for 1.1.0alpha1 (#1353)
* Adds changelog for 1.1.0alpha1 * Update docs/changelog.rst Co-authored-by: Anthony <aj@ohess.org> Co-authored-by: Anthony <aj@ohess.org>
1 parent b98a7de commit b33f27c

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

docs/changelog.rst

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,53 @@ Changelog
55
Development version (|development_version|)
66
===========================================
77

8-
.. |development_version| replace:: 1.0.1alpha1
8+
.. |development_version| replace:: 1.1.0alpha1
9+
10+
.. _release-1.1.0alpha1:
11+
12+
1.1.0alpha1
13+
===========
14+
15+
Dependency Changes
16+
------------------
17+
18+
Many documentation projects depend on ``sphinx-rtd-theme`` without specifying a version of the theme (unpinned) while also depending on unpinned versions of Sphinx. The latest version of ``sphinx-rtd-theme`` ideally always supports the latest version of Sphinx, but this is now guaranteed.
19+
20+
This release adds upper bounds to direct dependencies ``Sphinx``, ``docutils`` and ``Jinja2``, which will safeguard from mixing with possibly incompatible future versions of Sphinx & friends.
21+
22+
* Sphinx versions supported: 1.6 to 5.2.x
23+
* ``Jinja<3.1`` (#1316)
24+
* ``Sphinx<6`` (#1332)
25+
26+
27+
Features
28+
--------
29+
30+
* Nicer styles for <kbd> (#967)
31+
32+
33+
Fixes
34+
-----
35+
36+
* Suffixes in Sphinx version caused build errors (#1345)
37+
* Table cells with multiple paragraphs gets wrong formatting (#289)
38+
* Definition lists rendered wrongly in api docs (#1052)
39+
* Citation not styled properly (#1078)
40+
41+
Minor changes
42+
-------------
43+
44+
* Sphinx 5.2 added to test matrix (#1348)
45+
* Python 3.10 added to test matrix (#1334)
46+
* Supplemental Docker setup for development (#1319)
47+
* Most of setup.py migrated to setup.cfg (#1116)
48+
49+
50+
Incompatible Changes
51+
--------------------
52+
53+
There are no known incompatible changes in this release. Support for ``docutils`` versions 0.18 and 0.19 are scheduled for our next release.
54+
955

1056
.. _release-1.0.0:
1157

0 commit comments

Comments
 (0)