From f0c74f16a1366b5912464cb723d0f88ed864ab31 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Tue, 6 Feb 2024 10:02:49 +0100 Subject: [PATCH] Release Notes for v00-08 --- doc/ReleaseNotes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index a9e214a1..33c226c0 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,21 @@ +# v00-08 + +* 2024-01-16 jmcarcell ([PR#44](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/44)) + - Change ${LCIO_LIBRARIES} to LCIO::lcio + - Remove unnecessary LCIO_INCLUDE_DIRS + +* 2023-12-03 Mateusz Jakub Fila ([PR#43](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/43)) + - Fix typos in documentation + +* 2023-11-30 tmadlener ([PR#42](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/42)) + - Add conversion of TrackerHitPlane from EDM4hep to LCIO. + - NOTE: The covariance matrix is not set, because there is no public setter available to do so in LCIO. + +* 2023-11-28 jmcarcell ([PR#40](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/40)) + - Fix downloading input data for tests (it wasn't happening, at the very least not always). + - Also compare for NaN values, which can be present; there is at least one value in one of the current test files + - Make sure that tests are run in CI + # v00-07 * 2023-11-14 tmadlener ([PR#38](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/38))