From 262f664574e091228251b467ac92b2a6c327034b Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Thu, 27 Jun 2024 10:34:35 -0400 Subject: [PATCH] changelog (#1637) --- docs/source/changelog.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 72d8a7579..48b4e3971 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,20 @@ Changelog ========= +2024.6.1 +-------- + +Fixes + +- fix appending to non-dict reference sets (#1634) +- don't let generic edit info dicts (#1633) +- set https's loop before calling super (#1633) +- cached write file doesn't need to update it's size on close (#1633) +- fix JSON serialize for FSs with interior FSs (#1628, 1627) +- option to strip "password" when pickling (#1625) +- fix filecache write (#1622) + + 2024.6.0 --------