Skip to content

Commit e5fd9ea

Browse files
committed
Release 4.11.4
1 parent 4bf9228 commit e5fd9ea

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

docs/changelog.rst

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

77
.. towncrier release notes start
88
9+
********************
10+
4.11.4 (2026-08-24)
11+
********************
12+
13+
- Stop the ``iter_*_dirs`` methods yielding the same directory twice when a site directory resolves to its user equivalent
14+
- :pr:`520` covered only Unix with ``use_site_for_root``. It also hit
15+
:meth:`~platformdirs.PlatformDirs.iter_runtime_dirs` on Unix with ``$XDG_RUNTIME_DIR`` set, on Windows and macOS, and
16+
all six iterators on Android. :pr:`524`
17+
- Fix the config merging example in the how-to guide. ``iter_config_paths`` yields the user directory first, so the
18+
``config.update`` loop let the site defaults override the user's config instead of the other way round. :pr:`529`
19+
920
*********************
1021
4.11.3 (2026-08-13)
1122
*********************

docs/changelog/524.bugfix.rst

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

docs/changelog/529.doc.rst

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

0 commit comments

Comments
 (0)