From ac20d90648931fd3996be586ed495fc1edebd66d Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Tue, 23 Jan 2024 20:50:45 +0100 Subject: [PATCH] Release Notes for v00-09 --- doc/ReleaseNotes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index eafb11a..25c3a9c 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,15 @@ +# v00-09 + +* 2024-01-15 jmcarcell ([PR#9](https://github.com/iLCSoft/LCFIVertex/pull/9)) + - Fix compilation errors with C++20 + +* 2024-01-12 tmadlener ([PR#10](https://github.com/iLCSoft/LCFIVertex/pull/10)) + - Add github actions based CI and remove travis-ci configuration + - Based on clic nightlies and key4hep nightlies. + +* 2020-04-02 Marko Petric ([PR#8](https://github.com/iLCSoft/LCFIVertex/pull/8)) + - Fix linking of base library (needs `tinyxml`) + # v00-08 * 2019-10-07 Remi Ete ([PR#7](https://github.com/iLCSoft/LCFIVertex/pull/7))