From 661da9d0c22182e113e474ff69841d9b8bc0f312 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Wed, 24 Jul 2024 16:18:02 -0600 Subject: [PATCH] Update release date for RC1. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0ea9d1e35..1fba9d42d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,7 +7,7 @@ This file contains a high-level description of this package's evolution. Release ## 4.9.3 - TBD -### Release Candidate 1 - July 2024 +### Release Candidate 1 - July 25, 2024 * Convert NCZarr V2 to store all netcdf-4 specific info as attributes. This improves interoperability with other Zarr implementations by no longer using non-standard keys. The price to be paid is that lazy attribute reading cannot be supported. See [Github #2836](https://github.com/Unidata/netcdf-c/issues/2936) for more information.