From e5c7ee5a5e50e8be63a573adc13bbcc6fa6b266d Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Tue, 21 Nov 2023 17:27:30 +0100 Subject: [PATCH] Release Notes for v00-10-02 --- doc/ReleaseNotes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 91b214a86..7ab6f1b13 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,11 @@ +# v00-10-02 + +* 2023-11-14 jmcarcell ([PR#240](https://github.com/key4hep/EDM4hep/pull/240)) + - Change EventHeader to EventHeaderName; we already have an EventHeaderCollection and its elements are called EventHeader (`edm4hep::EventHeader` more precisely) + +* 2023-11-14 Leonhard Reichenbach ([PR#239](https://github.com/key4hep/EDM4hep/pull/239)) + - Add a constant for the default expected EventHeader name to be used by the converters and PodioInput + # v00-10-01 * 2023-11-01 jmcarcell ([PR#234](https://github.com/key4hep/EDM4hep/pull/234))