You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Change Log
2
2
3
+
## 3.4.1 - 2022-97-02
4
+
5
+
### Added
6
+
7
+
* Weekly scheduled testing, to catch breaking changes in unpinned dependencies
8
+
9
+
### Changed
10
+
11
+
* docutils version pin to allow use of verison 0.18.x
12
+
13
+
### Removed
14
+
15
+
* sphinx version pinning - only the latest version of sphinx will now be fully supported, but previous versions will work if sphinx dependencies (i.e. jinja2) are managed correctly. This is inline with the approach at sphinx
16
+
* tests that were specific to older versions of sphinx and pygments
17
+
* jinja2 version pinning, as this is now pinned in latest version of sphinx
0 commit comments