Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Release History

.. towncrier release notes start

v20.34.0 (2025-08-13)
---------------------

Features - 20.34.0
~~~~~~~~~~~~~~~~~~
- Abstract out caching in discovery - by :user:`esafak`.
Decouple `FileCache` from `py_info` (discovery) - by :user:`esafak`.
Remove references to py_info in FileCache - by :user:`esafak`.
Decouple discovery from creator plugins - by :user:`esafak`.
Decouple discovery by duplicating info utils - by :user:`esafak`. (:issue:`2074`)
- Add PyPy 3.11 support. Contributed by :user:`esafak`. (:issue:`2932`)

Bugfixes - 20.34.0
~~~~~~~~~~~~~~~~~~
- Upgrade embedded wheel pip to ``25.2`` from ``25.1.1`` - by :user:`gaborbernat`. (:issue:`2333`)
- Accept RuntimeError in `test_too_many_open_files`, by :user:`esafak` (:issue:`2935`)
- Python in PATH takes precedence over uv-managed python. Contributed by :user:`edgarrmondragon`. (:issue:`2952`)

v20.33.1 (2025-08-05)
---------------------

Expand Down
5 changes: 0 additions & 5 deletions docs/changelog/2074.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2333.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2932.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2935.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2952.bugfix.rst

This file was deleted.

Loading