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:**