Skip to content

Commit 40a5d2b

Browse files
committed
release 4.61.5
1 parent c504e48 commit 40a5d2b

6 files changed

Lines changed: 26 additions & 9 deletions

File tree

docs/changelog.rst

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

77
.. towncrier release notes start
88
9+
**********************
10+
v4.61.5 (2026-09-17)
11+
**********************
12+
13+
Bug fixes - 4.61.5
14+
==================
15+
16+
- An empty ``set_env`` list in TOML no longer fails to load; like an empty table, it clears inherited variables - by
17+
:user:`yuefdev`. (:issue:`4065`)
18+
- A TOML factor range now rejects ``true`` or ``false`` as ``start`` or ``stop`` instead of reading them as ``1`` and
19+
``0`` - by :user:`yuefdev`. (:issue:`4066`)
20+
- Preserve an explicitly empty ``{factor:label:}`` fallback instead of using the declared factor group default.
21+
(:issue:`4072`)
22+
23+
Improved documentation - 4.61.5
24+
===============================
25+
26+
- ``Loader.build`` documented a ``future`` parameter it no longer takes and left ``factory`` undocumented, so the plugin
27+
API reference listed a parameter that does not exist - by :user:`hxperl`. (:issue:`4070`)
28+
29+
Contributor-facing changes - 4.61.5
30+
===================================
31+
32+
- Restore ``COVERAGE_PROCESS_START`` in the test environments; a mangled key had left it unset since the move to
33+
``tox.toml`` - by :user:`yuefdev`. (:issue:`4067`)
34+
935
**********************
1036
v4.61.4 (2026-09-09)
1137
**********************

docs/changelog/4065.bugfix.rst

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

docs/changelog/4066.bugfix.rst

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

docs/changelog/4067.contrib.rst

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

docs/changelog/4070.doc.rst

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

docs/changelog/4072.bugfix.rst

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

0 commit comments

Comments
 (0)