From b5533fde3e14d073224b925a26f7723d047aa1e1 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Tue, 15 Jul 2025 11:53:14 -0400 Subject: [PATCH] changelog --- docs/source/changelog.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 6aa3f89cf..6d317e6bb 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,35 @@ Changelog ========= +2025.7.0 +-------- + +Enhancements + +- only download HTML mime for http listing (#1889) +- add tos:// to registry (#1878) + +Fixes + +- use st_birthtime in localFS, if available (#1883) +- allow cat_* in simplecache (#1881) +- remove deprecated asyncio use (#1862) +- create event loop if it doesn't exist (#1857) + +Other + +- remove references to py38 (#1888) +- ruff updates (#1887, 1864) +- github rate limits in CI (#1879, 1877) +- acknowledge Anaconda support (#1876) +- add obstore to known implementations (#1875) +- add Microsoft storage to known implementations (#1853) +- use builtins zstd for py3.14 (#1874) +- gdrivefs -> gdrive_fsspec (#1858) +- windows version in CI (#1855) +- error message typo (#1854) + + 2025.5.1 --------