From b9b2c4ad20390dc01cef8cb871d9e5af46844d03 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Wed, 25 Oct 2023 03:59:17 +0200 Subject: [PATCH] iox-#2057 Update release notes --- doc/website/release-notes/iceoryx-unreleased.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/website/release-notes/iceoryx-unreleased.md b/doc/website/release-notes/iceoryx-unreleased.md index 64c8bcaa9a..c22826bac2 100644 --- a/doc/website/release-notes/iceoryx-unreleased.md +++ b/doc/website/release-notes/iceoryx-unreleased.md @@ -49,6 +49,8 @@ - Implement custom error reporting API [\#1032](https://github.com/eclipse-iceoryx/iceoryx/issues/1032) - Implement iceoryx platform for FreeRTOS [#1982](https://github.com/eclipse-iceoryx/iceoryx/issues/1982) - Extend 'iceperf' with 'WaitSet' [#2003](https://github.com/eclipse-iceoryx/iceoryx/issues/2003) +- Create iceoryx version header for the C-binding [#1014](https://github.com/eclipse-iceoryx/iceoryx/issues/1014) +- Create macros to deprecate header and code constructs [#2057](https://github.com/eclipse-iceoryx/iceoryx/issues/2057) **Bugfixes:**