Skip to content

Commit db1362d

Browse files
committed
release 4.50.0
1 parent 2d18e29 commit db1362d

File tree

6 files changed

+29
-9
lines changed

6 files changed

+29
-9
lines changed

docs/changelog.rst

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

77
.. towncrier release notes start
88
9+
**********************
10+
v4.50.0 (2026-03-17)
11+
**********************
12+
13+
Features - 4.50.0
14+
=================
15+
16+
- Add ``interrupt_post_commands`` option to run cleanup commands even after SIGINT - by :user:`gaborbernat`.
17+
(:issue:`3858`)
18+
- Add ``factor['NAME']`` and ``env['VAR']`` subscript syntax for conditional expressions, enabling checks of factors
19+
with non-identifier names like ``factor['3.14']``. Add ``env_name`` variable to check the full environment name in
20+
conditions. (:issue:`3880`)
21+
22+
Bug fixes - 4.50.0
23+
==================
24+
25+
- Fix multiple manpage issues: remove duplicate header/author/copyright sections, set ``project`` in Sphinx config, and
26+
compile the manpage to troff format at wheel-build time instead of shipping raw RST source - by :user:`gaborbernat`.
27+
(:issue:`3878`)
28+
29+
Improved documentation - 4.50.0
30+
===============================
31+
32+
- Document how to reference the built package path in commands via ``TOX_PACKAGE`` - by :user:`rahuldevikar`
33+
(:issue:`3862`)
34+
- Fix broken TOML examples missing ``extend = true`` on conditional replacements inside lists, fix incorrect ``ref of``
35+
path in raw reference docs, and add a test that validates all doc config examples - by :user:`gaborbernat`
36+
(:issue:`3875`)
37+
938
**********************
1039
v4.49.1 (2026-03-09)
1140
**********************

docs/changelog/3858.feature.rst

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

docs/changelog/3862.doc.rst

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

docs/changelog/3875.doc.rst

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

docs/changelog/3878.bugfix.rst

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

docs/changelog/3880.feature.rst

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

0 commit comments

Comments
 (0)