From d8171ca5de8d6c933c5b741f721839f3b89f72bc Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Thu, 25 Apr 2024 16:42:43 +0200 Subject: [PATCH] iox-#2282 Update release notes --- doc/website/release-notes/iceoryx-v2-0-6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/website/release-notes/iceoryx-v2-0-6.md b/doc/website/release-notes/iceoryx-v2-0-6.md index f0a1be7739..4566829de1 100644 --- a/doc/website/release-notes/iceoryx-v2-0-6.md +++ b/doc/website/release-notes/iceoryx-v2-0-6.md @@ -9,3 +9,4 @@ - Patch cpptoml to use cmake 3.16 [#2011](https://github.com/eclipse-iceoryx/iceoryx/issues/2011) - Update github actions [#2011](https://github.com/eclipse-iceoryx/iceoryx/issues/2011) - Remove warning in toml gateway config parser [#2266](https://github.com/eclipse-iceoryx/iceoryx/issues/2266) +- Fix implicit conversion warning on macOS [#2284](https://github.com/eclipse-iceoryx/iceoryx/issues/2266)