From 10b6c769d32d84ad4d24ea56a77b8177b4b4ffa2 Mon Sep 17 00:00:00 2001 From: MattTDavies <128810112+MattTDavies@users.noreply.github.com> Date: Thu, 5 Sep 2024 05:03:35 -0400 Subject: [PATCH] Added CHANGELOG info --- package/CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/CHANGELOG b/package/CHANGELOG index ede4ca29d8..f226492208 100644 --- a/package/CHANGELOG +++ b/package/CHANGELOG @@ -17,12 +17,12 @@ The rules for this file: ??/??/?? IAlibay, HeetVekariya, marinegor, lilyminium, RMeli, ljwoods2, aditya292002, pstaerk, PicoCentauri, BFedder, tyler.je.reddy, SampurnaM, leonwehrhan, kainszs, orionarcher, - yuxuanzhuang, PythonFZ, laksh-krishna-sharma, orbeckst + yuxuanzhuang, PythonFZ, laksh-krishna-sharma, orbeckst, MattTDavies * 2.8.0 Fixes - * Catch higher dimensional indexing in GroupBase (Issue #4647) + * Catch higher dimensional indexing in GroupBase & ComponentBase (Issue #4647) * Do not raise an Error reading H5MD files with datasets like `observables//` (part of Issue #4598, PR #4615) * Fix failure in double-serialization of TextIOPicklable file reader.