From 9bfebdd1c97258d4f4fd697d2ee73dcc5c5ab74b Mon Sep 17 00:00:00 2001 From: Jeff Ithier Date: Thu, 23 May 2024 23:43:13 +0200 Subject: [PATCH] [#98] Add release notes --- doc/release-notes/iceoryx2-unreleased.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release-notes/iceoryx2-unreleased.md b/doc/release-notes/iceoryx2-unreleased.md index 5f8c8718c..de817d5f4 100644 --- a/doc/release-notes/iceoryx2-unreleased.md +++ b/doc/release-notes/iceoryx2-unreleased.md @@ -9,6 +9,8 @@ * Subscriber buffer size can be reduced [#19](https://github.com/eclipse-iceoryx/iceoryx2/issues/19) + * CLI for iox2 [#98](https://github.com/eclipse-iceoryx/iceoryx2/issues/98) + * Add entrypoint CLI `iox2` in preparation for adding additional CLI commands * Multiple features from [#195](https://github.com/eclipse-iceoryx/iceoryx2/issues/195) * Introduce `payload_alignment` in `publish_subscribe` builder to increase alignment of payload for all service samples * Introduce support for slice-types with dynamic sizes.