From f909f7f3ed76155bd91b19861dc297089221d855 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Fri, 30 Jan 2026 11:30:36 +0100 Subject: [PATCH] CHANGELOG --- docs/CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f972c4f7..e137c47e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,11 +3,12 @@ ### 1.0.0-rc.123 This is an UNSTABLE release. -* jfjoch_viewer: Improve performance of displaying large images (9M-16M) -* jfjoch_viewer: Add more color schemes for better image readability -* jfjoch_broker: Imporove performance of generating preview images, especially for large detectors * jfjoch_broker: Use newer version of Google Ceres for (potential) CUDA 13 compatibility -* HDF5: Small improvement in handling HDF5 files (common mutex for reading and writing HDF5 + suppress warning if group doesn't exists when checking if leaf exists) +* jfjoch_broker: Improve performance of generating preview images, especially for large detectors (9M-16M) +* jfjoch_viewer: Improve performance of displaying images, especially for large detectors (9M-16M) +* jfjoch_viewer: Add more color schemes for better image readability +* HDF5: Common mutex for reading and writing HDF5 if both operations were to happen in the same executable +* HDF5: suppress warning if path (upstream group) doesn't exists when checking if leaf exists ### 1.0.0-rc.122 This is an UNSTABLE release.