From 66c268e96a5ac00be1616bba29ce5a1fa892b12e Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Wed, 29 Jun 2022 11:15:36 +0200 Subject: [PATCH] Release Notes for v01-33 --- doc/ReleaseNotes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 7d6a3157..d2629b01 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,9 @@ +# v01-33 + +* 2022-04-19 Bohdan Dudar ([PR#104](https://github.com/iLCSoft/MarlinReco/pull/104)) + - Migrated track length and mean harmonic momentum code from `TOFEstimators` into separate `TrackLengthProcessor` to save CPU computing time. + - **NOTE: If you have been using these processors outside of the standard reconstruction chain you will have to update your steering files** (see iLCSoft/ILDConfig#133 for the necessary changes) + # v01-32-01 * 2022-03-18 Bohdan Dudar ([PR#103](https://github.com/iLCSoft/MarlinReco/pull/103))