From bed2598cc5dfeee6f250ab07c72ba7a7d334de76 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Tue, 21 Jan 2025 14:21:31 +0100 Subject: [PATCH] Add to already rendered changelog --- CHANGES.rst | 6 ++++++ docs/changes/2680.bugfix.rst | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 docs/changes/2680.bugfix.rst diff --git a/CHANGES.rst b/CHANGES.rst index c41ca63f9d5..1295264f159 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ ctapipe v0.23.2 (2025-01-21) ============================ +Bug Fixes +--------- + +- Fill ``ctapipe.containers.SimulatedCameraContainer.true_image_sum`` in + ``HDF5EventSource``. Always returned default value of -1 before the fix. [`#2680 `__] + Maintenance ----------- diff --git a/docs/changes/2680.bugfix.rst b/docs/changes/2680.bugfix.rst deleted file mode 100644 index 3d85e6fb3b5..00000000000 --- a/docs/changes/2680.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fill ``ctapipe.containers.SimulatedCameraContainer.true_image_sum`` in -``HDF5EventSource``. Always returned default value of -1 before the fix.