diff --git a/docs/changelog.rst b/docs/changelog.rst index e333f091f..c37eda600 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) --------------------- diff --git a/docs/changelog/2074.feature.rst b/docs/changelog/2074.feature.rst deleted file mode 100644 index 61b1c38b5..000000000 --- a/docs/changelog/2074.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add AppData and Cache protocols to discovery for decoupling - by :user:`esafak`. diff --git a/docs/changelog/2774.feature.rst b/docs/changelog/2774.feature.rst deleted file mode 100644 index 3800244ac..000000000 --- a/docs/changelog/2774.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Ensure python3.exe and python3 on Windows for Python 3 - by :user:`esafak`. diff --git a/docs/changelog/2944.bugfix.rst b/docs/changelog/2944.bugfix.rst deleted file mode 100644 index 6cd6408d9..000000000 --- a/docs/changelog/2944.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Replaced direct references to tcl/tk library paths with getattr - by :user:`esafak` diff --git a/docs/changelog/2955.bugfix.rst b/docs/changelog/2955.bugfix.rst deleted file mode 100644 index b5b935a49..000000000 --- a/docs/changelog/2955.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Restore absolute import of fs_is_case_sensitive - by :user:`esafak`.