From 9bc00b2e4d1d49a1df60fcce6ef79d82cb8020f8 Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Thu, 7 Mar 2024 12:04:16 +0100
Subject: [PATCH] update change log

---
 docs/references/changelog.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/docs/references/changelog.md b/docs/references/changelog.md
index cebd2c57c..486e9b39c 100644
--- a/docs/references/changelog.md
+++ b/docs/references/changelog.md
@@ -1,5 +1,37 @@
 # Release Notes
 
+## 3.13.0
+
+- [AGIPD][PC] Fixing ValueError.
+- [Gotthard2][Dark] Sort dark runs.
+- [ePix100][Correct] Correcting one train for epix100 and storing a list of one pulseId.
+- [Doc] Change log update with latest releases.
+- [Gotthard2][Correct] Add `idx` to `da_to_pdu` to use in picking correct `data_source`.
+- [LPD][Dark] Sort Dark runs by Gain.
+- [Webservice] Use AW status on myMdC for warnings that prevent launching correction.
+- [Webservice] Move list of three gain/run detectors into webservice config yaml.
+- [Webservice] add environment bin/ to PATH if not already there.
+- Convert request time to local timezone in report.
+- Don't keep DEBUG level logging from requests_oauthlib.
+- Avoid using `run_metadata()` by default, to not fail for EXDF-v0.5 files.
+
+## 3.12.6
+
+- [Jungfrau][Correct] Avoid NAN disturbance for correction plots scale
+- [Timepix] Updating Timepix3 Calibration Pipeline for compatibility with new Karabo Implementation + some general improvements
+- [Timepix] Allow pipelines to be part of nodes in DataFile API
+- [Timepix] Throw pasha at it
+- [Timepix] Store labels assigned to pixels
+
+## 3.12.5
+
+- SPARTA AGIPD Single Module integration
+
+## 3.12.4
+
+- [Gotthard2][Correct] Store mask data properly for gotthard2 25um
+- Make the run type regex for skipping JF darks less aggressive
+
 ## 3.12.3
 
 - [webservice] Update Kafka config to use EuXFEL broker
-- 
GitLab