From fda898a6dc73c13fd5933b9c9f2558dd43311e14 Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Fri, 8 Nov 2024 11:36:44 -0600 Subject: [PATCH] Update to add a missing changelog item --- changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.rst b/changelog.rst index 4333d1ce..cc223afa 100644 --- a/changelog.rst +++ b/changelog.rst @@ -43,6 +43,9 @@ Changed - Improved error messaging around EOF errors when prompting for code during a command line login flow (:pr:`1093`) +- The lazy importer used for the top-level ``globus_sdk`` module has been + rewritten. It produces identical results to the previous system. (:pr:`1100`) + Deprecated ~~~~~~~~~~