From a1ea77c9d2e7fdd2a01799a7faaa92937791214e Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Thu, 15 Dec 2022 12:46:39 -0500 Subject: [PATCH] Merge pull request #1275 from WilliamJamieson/release/2.14.3 --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 09ed80f5f..e8a859846 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,10 @@ -2.14.3 (unreleased) +2.14.3 (2022-12-15) ------------------- The ASDF Standard is at v1.6.0 - Use importlib_metadata for all python versions [#1260] +- Fix issue #1268, where update could fail to clear memmaps for some files [#1269] - Bump asdf-transform-schemas version [#1278] 2.14.2 (2022-12-05) @@ -12,7 +13,6 @@ The ASDF Standard is at v1.6.0 The ASDF Standard is at v1.6.0 - Fix issue #1256, where ``enum`` could not be used on tagged objects. [#1257] -- Fix issue #1268, where update could fail to clear memmaps for some files [#1269] 2.14.1 (2022-11-23) -------------------