Skip to content

Commit 99f4421

Browse files
committed
release 4.62.0
1 parent 176c68f commit 99f4421

4 files changed

Lines changed: 23 additions & 7 deletions

File tree

docs/changelog.rst

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

77
.. towncrier release notes start
88
9+
**********************
10+
v4.62.0 (2026-09-19)
11+
**********************
12+
13+
Features - 4.62.0
14+
=================
15+
16+
- Plugins can read a configuration value that may be unset through ``ConfigSet.get_optional``, which verifies the value
17+
against its declared type and returns ``None`` when it is not set - by :user:`gaborbernat`. (:issue:`4075`)
18+
19+
Bug fixes - 4.62.0
20+
==================
21+
22+
- Setting ``TOX_FACTOR_<label>`` to an empty value now resolves ``{factor:<label>}`` to an empty string instead of being
23+
ignored - by :user:`gaborbernat`. (:issue:`4073`)
24+
25+
Contributor-facing changes - 4.62.0
26+
===================================
27+
28+
- Contributors running the type checks get a clean pass again with the latest ``ty`` release, and the checks now cover
29+
more: configuration values are read through the type-verified accessors instead of as ``Any``, and every method that
30+
overrides a parent is marked with ``@override`` - by :user:`gaborbernat`. (:issue:`4075`)
31+
932
**********************
1033
v4.61.5 (2026-09-17)
1134
**********************

docs/changelog/4073.bugfix.rst

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

docs/changelog/4075.contrib.rst

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

docs/changelog/4075.feature.rst

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

0 commit comments

Comments
 (0)