From ce878548be02077df00dcf64b8655bacfe02d7c5 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Wed, 6 Dec 2023 14:18:52 +0100 Subject: [PATCH] Release Notes for v02-20-02 --- doc/ReleaseNotes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 3d700a020..632d74eb4 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,11 @@ +# v02-20-02 + +* 2023-12-06 tmadlener ([PR#182](https://github.com/iLCSoft/LCIO/pull/182)) + - Also put pre-generated headers into include directories of LCIO target to make in-source builds (e.g. via. CMake's FetchContent) possible. + +* 2023-12-01 tmadlener ([PR#180](https://github.com/iLCSoft/LCIO/pull/180)) + - Populate the `target_include_directories` of the `LCIO::lcio` target to make it properly usable downstream. + # v02-20-01 * 2023-11-14 jmcarcell ([PR#177](https://github.com/iLCSoft/LCIO/pull/177))