From 8799598877e1084aa748975bf613c4637bf2cbdb Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Wed, 31 Jan 2024 18:35:27 +0100 Subject: [PATCH] Release Notes for v00-10-04 --- doc/ReleaseNotes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index fe767964b..f9e5887cd 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,21 @@ +# v00-10-04 + +* 2024-01-30 tmadlener ([PR#258](https://github.com/key4hep/EDM4hep/pull/258)) + - Bump the version in the schema diagram to v0.10 + +* 2024-01-23 tmadlener ([PR#237](https://github.com/key4hep/EDM4hep/pull/237)) + - Switch the `momentum` and `momentumAtEndpoint` of the `MCParticle` from `Vector3f` to `Vector3d`. + - Add a (deprecated from the beginning) constructor from `Vector3f` to `Vector3d` to ease the transition. + +* 2024-01-22 tmadlener ([PR#253](https://github.com/key4hep/EDM4hep/pull/253)) + - Fix she-bang in README links update script. + +* 2024-01-12 Mateusz Jakub Fila ([PR#250](https://github.com/key4hep/EDM4hep/pull/250)) + - Fixed doxygen excluded files and path stripping + +* 2024-01-08 Mateusz Jakub Fila ([PR#249](https://github.com/key4hep/EDM4hep/pull/249)) + - Fixed formatting of components table in readme + # v00-10-03 * 2024-01-08 Joe Osborn ([PR#248](https://github.com/key4hep/EDM4hep/pull/248))