Skip to content

Commit cfe9be6

Browse files
committed
release 4.36.1
1 parent 96a40f2 commit cfe9be6

6 files changed

Lines changed: 16 additions & 6 deletions

File tree

docs/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66

77
.. towncrier release notes start
88
9+
*********************
10+
v4.36.1 (2026-02-17)
11+
*********************
12+
13+
Bugfixes - 4.36.1
14+
=================
15+
- Report TOML parse errors during config discovery instead of silently ignoring them - by :user:`rahuldevikar`. (:issue:`3030`)
16+
- Adopt CPython's subprocess stream handling to fix deadlocks and improve performance when reading subprocess output (:issue:`3715`)
17+
18+
Documentation - 4.36.1
19+
======================
20+
- Add Unix man page generation and installation support using sphinx-argparse-cli - by :user:`gaborbernat`. (:issue:`1409`)
21+
- Document use of Python :mod:`logging` for plugin authors in the how-to guides, covering verbosity levels, coloring, and
22+
best practices — by :user:`rahuldevikar`. (:issue:`3449`)
23+
- Add architecture documentation for new contributors under the development section - by :user:`rahuldevikar` (:issue:`3707`)
24+
925
**********************
1026
v4.36.0 (2026-02-15)
1127
**********************

docs/changelog/1409.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3030.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3449.doc.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/3707.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/3715.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)