From acc6c924391077bac05c75d8defa102f72ec5faa Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Wed, 6 Nov 2024 12:37:36 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ddc72b9a..14a9b27e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,7 +12,8 @@ Bugfixes: - Castep lattice_abc format was broken in many cases; deal with a Pymatgen deprecation and avoid incorrect truncation of data when no - units are provided. (@jryates, @ajjackson) + units are provided. Where structure is ambiguous due to mixed + lattice/cartesian conventions, raise an error. (@jryates, @ajjackson) v2.3.8 ------