From 6bd4cc8622c26f26dddeada3e0fa3acef91b5831 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Fri, 24 Nov 2023 09:02:07 +0100 Subject: [PATCH] Release Notes for v02-05 --- doc/ReleaseNotes.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 0642515..9dbf451 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,23 @@ +# v02-05 + +* 2023-11-21 Andre Sailer ([PR#138](https://github.com/ilcsoft/CLICPerformance/pull/138)) + - Tests: adapt, following the renaming of lcgeo to k4geo + +* 2023-08-07 Leonhard Reichenbach ([PR#137](https://github.com/ilcsoft/CLICPerformance/pull/137)) + - Tests: add "=" to possible MARLIN_DLL paths as the newer key4hep nightlies contain that character + +* 2023-07-08 Andre Sailer ([PR#136](https://github.com/ilcsoft/CLICPerformance/pull/136)) + - FCCee tests: change to new location of CLD in k4geo + +* 2023-06-13 tmadlener ([PR#134](https://github.com/ilcsoft/CLICPerformance/pull/134)) + - Switch to `dd4hep::CellID` to be compatible with DD4hep after [AIDASoft/DD4hep#1125](https://github.com/AIDASoft/DD4hep/pull/1125) + - Remove deprecated and unused functionality + - Add github actions based CI workflows + - Remove travis-ci based CI workflows + +* 2021-08-20 Placido Fernandez Declara ([PR#133](https://github.com/ilcsoft/CLICPerformance/pull/133)) + - Fix naming for MergeClusters collection name for LumiCalClusters + # v02-04-01 * 2020-09-21 Andre Sailer ([PR#132](https://github.com/iLCSoft/ClicPerformance/pull/132))