From 2ba030213a0be9c56e9c4e20e5793743e3043f15 Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Wed, 14 Feb 2024 13:39:05 +0000 Subject: [PATCH] Changelog update --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa966c2a2..f08a31e5e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,12 @@ - Fixed an error loading QpointPhononModes from JSON when there is a single q-point in the data +- Maintenance + + - Compatibility fix for spglib 2.4 update: a new sanity-check in + spglib raises TypeError when using empty unit cell and this needs + handling when looking for high-symmetry labels + -------------------------------------------------------------------------------