From e0ef897d7ccd7d181c01808666466d2775bc24b1 Mon Sep 17 00:00:00 2001 From: Frank Gaede Date: Wed, 28 Mar 2018 16:19:40 +0200 Subject: [PATCH] Release Notes for v02-07 --- doc/ReleaseNotes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 52bbba9..34111f6 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,22 @@ +# v02-07 + +* 2018-03-13 Marko Petric ([PR#11](https://github.com/iLCSoft/MarlinTrk/pull/11)) + - Fix for iLCSoft/LCIO#35 + +* 2018-03-23 Frank Gaede ([PR#12](https://github.com/iLCSoft/MarlinTrk/pull/12)) + - use the origin as reference point in MarlinTrk::createPrefit() for initial helix + - this improves the fit probability for Si-tracks (in ILD) + - similar issues reported by CLICdp + +* 2018-03-28 Marko Petric ([PR#13](https://github.com/iLCSoft/MarlinTrk/pull/13)) + - Fix for the removal of DDSurfaces which have been merged into DDRec + - includes from `DDSurfaces` -> `DDRec` + - namespace `DDSurfaces` -> `dd4hep::rec` + +* 2017-11-30 Andre Sailer ([PR#10](https://github.com/iLCSoft/MarlinTrk/pull/10)) + - Performance optimisation, avoiding dynamic_cast, see also AIDAsoft/aidaTT#19 + - Fix compiler warnings for uninitialised members + # v02-06 * 2017-10-12 Frank Gaede ([PR#9](https://github.com/ilcsoft/MarlinTrk/pull/9))