From 5f191f7fbf568757089690b6cfc389f247e5d0b0 Mon Sep 17 00:00:00 2001 From: James Mudd Date: Fri, 20 Dec 2024 19:52:10 +0000 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d7117787..5d208135 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # jHDF Change Log +## v0.8.5 - December 2024 +- Fix issue writing string datasets containing non-ASCII characters https://github.com/jamesmudd/jhdf/issues/656 +- Add support for reading chunked datasets using fixed-array paging. https://github.com/jamesmudd/jhdf/pull/622 +- Allow maven publish tasks to complete without signing, if no signing keys are available. Makes local builds easier and allows building on jitpack.io https://jitpack.io/#jamesmudd/jhdf making a rolling jar release available. +- Dependency updates + ## v0.8.4 - October 2024 - Fix incorrectly written string attributes. https://github.com/jamesmudd/jhdf/issues/641 - Dependency updates