From 8917a5dc19fe8cc5058c6d704223f02e069b2b41 Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Thu, 19 Sep 2024 07:34:43 -0400 Subject: [PATCH] update changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4902da3e9..7728182a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,7 @@ Since last release * Link against ``libxml++`` imported target in CMake instead of ``LIBXMLXX_LIBRARIES`` (#608) * Cleaned up ``using`` declarations throughout archetypes (#610) * Update archetype definitions to use cyclus constants instead of arbitrary hardcoded values (#606) +* Use ``CyclusBuildSetup`` macros to replace CMake boilerplate (#627) **Fixed:**