Skip to content

Commit 05835bf

Browse files
committed
release 4.24.2
1 parent 4852262 commit 05835bf

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

docs/changelog.rst

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.24.2 (2025-03-07)
8+
--------------------
9+
10+
Bugfixes - 4.24.2
11+
~~~~~~~~~~~~~~~~~
12+
- multiple source_type supports for the same filename. Like pyproject.toml can be load by both TomlPyProject & LegacyToml (:issue:`3117`)
13+
- Support ``set_env = { file = "conf{/}local.env"}`` for TOML format - by :user:`juditnovak`. (:issue:`3474`)
14+
- fix example on the docs (:issue:`3480`)
15+
- - ``--parallel-no-spinner`` now respects max CPU set by ``--parallel N`` (:issue:`3495`)
16+
17+
Improved Documentation - 4.24.2
18+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
- Updates the documentation for ``os.environ['KEY']`` when the variable does not exist - by :user:`jugmac00`. (:issue:`3456`)
20+
721
v4.24.1 (2025-01-21)
822
--------------------
923

docs/changelog/3117.bugfix.rst

-1
This file was deleted.

docs/changelog/3456.doc.rst

-1
This file was deleted.

docs/changelog/3474.bugfix.rst

-1
This file was deleted.

docs/changelog/3480.bugfix.rst

-1
This file was deleted.

docs/changelog/3495.bugfix.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)