From 570da07039002b0663b40ab360005831cbc32eb8 Mon Sep 17 00:00:00 2001 From: Christian Eltzschig Date: Mon, 14 Feb 2022 14:40:24 +0100 Subject: [PATCH] iox-#1067 Add feature to changelog Signed-off-by: Christian Eltzschig --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23b0e81b8c..4974ffe7261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ - Support FreeBSD as a representative for the UNIX platforms [#1054](https://github.com/eclipse-iceoryx/iceoryx/issues/1054) - Add event parameter to `findService` method [#415](https://github.com/eclipse-iceoryx/iceoryx/issues/415) - Implement stream operator for `ChunkReceiveResult` and `AllocationError` to be able to use it with ostream and LogStream [\#1062](https://github.com/eclipse-iceoryx/iceoryx/issues/1062) +- Add `command_line.hpp` which contains a macro builder to parse command line arguments quickly and safeyly [#1067](https://github.com/eclipse-iceoryx/iceoryx/issues/1067) **Bugfixes:**