From 99e39decb37728f68d9de9aa9c29dd26684626dc Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:40:27 -0500 Subject: [PATCH] update CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fe1c02c81..03ed8a140 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,6 +20,7 @@ cycamore Change Log * Define the version number in `CMakeLists.txt` and rely on CMake to propagate the version throughout the code (#589) * Update version numbers in documentation and fix references to `master` branch (#591) * Update build procedure to link against Cyclus' cython generated libraries if needed (#596) +* Minor modifications for compatibility with the latest GTest library (#598) v1.5.5 ====================