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

Filter by extension

Filter by extension

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

.. towncrier release notes start

v20.35.0 (2025-10-08)
---------------------

Features - 20.35.0
~~~~~~~~~~~~~~~~~~
- Add AppData and Cache protocols to discovery for decoupling - by :user:`esafak`. (:issue:`2074`)
- Ensure python3.exe and python3 on Windows for Python 3 - by :user:`esafak`. (:issue:`2774`)

Bugfixes - 20.35.0
~~~~~~~~~~~~~~~~~~
- Replaced direct references to tcl/tk library paths with getattr - by :user:`esafak` (:issue:`2944`)
- Restore absolute import of fs_is_case_sensitive - by :user:`esafak`. (:issue:`2955`)

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

Expand Down
1 change: 0 additions & 1 deletion docs/changelog/2074.feature.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading