From 8c6f29543ccd97dbcf54954a0e8ac1dae16045e2 Mon Sep 17 00:00:00 2001 From: Ben Nibbelink Date: Tue, 28 Nov 2023 08:23:09 -0600 Subject: [PATCH] updated changelog with a few PRs --- CHANGELOG.rst | 92 ++++++++++++++++++++++++++++----------------------- 1 file changed, 51 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d0ba8f21a..62db1df5b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,41 +1,51 @@ -================= -cyclus Change Log -================= - -.. current developments - -v1.5.5 -==================== -**Changed:** - -* A reactor will now decommission itself if it is retired and the decomission requirement is met. - -v1.5.4 -==================== - -**Added:** - -* RecordTimeSeries has been added to the several archetypes; Reactor, Source, Sink, - FuelFab, Separations, and Storage. This change was made to allow these agents to - interact with the d3ploy archetypes. -* Added unit tests for Cycamore archetypes with Position toolkit. - -* Record function for Cycamore archetypes' coordinates in Sqlite Output. - -**Changed:** - -- All cycamore archetypes have been edited to now include Cyclus::toolkit::Position. - - - - -v1.5.3 -==================== - -**Changed:** - -* Many build system improvements, including making COIN optional. - - - - +================= +cyclus Change Log +================= + +.. current developments +**Added:** + +* GitHub workflows for building/testing on a PR and push to `main` (#549) +* Add functionality for random behavior on the size of a sink (#550) +* GitHub workflow to check that the CHANGELOG has been updated (#551) + +**Changed:** + +* Updated build procedure to use newer versions of packages in 2023 (#549) + + +v1.5.5 +==================== +**Changed:** + +* A reactor will now decommission itself if it is retired and the decomission requirement is met. + +v1.5.4 +==================== + +**Added:** + +* RecordTimeSeries has been added to the several archetypes; Reactor, Source, Sink, + FuelFab, Separations, and Storage. This change was made to allow these agents to + interact with the d3ploy archetypes. +* Added unit tests for Cycamore archetypes with Position toolkit. + +* Record function for Cycamore archetypes' coordinates in Sqlite Output. + +**Changed:** + +- All cycamore archetypes have been edited to now include Cyclus::toolkit::Position. + + + + +v1.5.3 +==================== + +**Changed:** + +* Many build system improvements, including making COIN optional. + + + +