From 894cc2291f2ccc82cd0cf98597e2e8e0d8d13f53 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Sat, 15 Jun 2024 00:36:24 -0700 Subject: [PATCH] finalized CHANGES for 0.9.0 release --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 6127d4f9..864accd8 100644 --- a/CHANGES +++ b/CHANGES @@ -2,10 +2,11 @@ CHANGELOG for GromacsWrapper ============================== -2024-xx-xx 0.9.0 +2024-06-15 0.9.0 orbeckst, jandom, njzjz * officially support Python 3.12 (PR #271, issue #263) +* supports GROMACS 2024.2 (PR #280) * removed support for legacy Python (<= 3.8) (#259) * fixed GROMACS TOP reader not reading angle parameters from topology file (#261)