From 9ec68beae9b810214d1c3830a14122f18f6a9027 Mon Sep 17 00:00:00 2001 From: Ete Remi Date: Wed, 11 Dec 2019 14:32:37 +0100 Subject: [PATCH] Release Notes for v01-10 --- doc/ReleaseNotes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 5f9394e..0228bdc 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,10 @@ +# v01-10 + +* 2019-08-09 Frank Gaede ([PR#2](https://github.com/iLCSoft/KiTrack/pull/2)) + - make compatible w/ c++17 + - remove all throw() declarations + - replace std::random_shuffle w/ std::shuffle<..., std::mt19937> + # v01-09 * 2018-01-31 Frank Gaede ([PR#1](https://github.com/iLCSoft/KiTrack/pull/1))