diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 20fc9bf9..4e7efdcf 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +2026.2.0 +-------- + +- add custom error handling (#1003) +- do delete placeholders with rm(recursive=True) (#1005) +- force new session if it was explicitly closed (#1002) + + 2026.1.0 -------- diff --git a/requirements.txt b/requirements.txt index 2ab12cb0..610c5300 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ aiobotocore>=2.19.0,<4.0.0 -fsspec==2026.1.0 +fsspec==2026.2.0 aiohttp!=4.0.0a0, !=4.0.0a1