From e9edf1da5a1597af8acd80731111894b025d907d Mon Sep 17 00:00:00 2001 From: Marika Lehmann Date: Wed, 23 Feb 2022 15:15:12 +0100 Subject: [PATCH] iox-#1142 Update changelog Signed-off-by: Marika Lehmann --- doc/website/release-notes/iceoryx-v2-0-0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/website/release-notes/iceoryx-v2-0-0.md b/doc/website/release-notes/iceoryx-v2-0-0.md index 96a538832ad..543c4496425 100644 --- a/doc/website/release-notes/iceoryx-v2-0-0.md +++ b/doc/website/release-notes/iceoryx-v2-0-0.md @@ -36,6 +36,7 @@ - Replace IPC-channel-based `findService` with pub/sub-based on [#415](https://github.com/eclipse-iceoryx/iceoryx/issues/415) - Add `findService` method to `ServiceDiscovery` which applies a callable to all matching services [\#1105](https://github.com/eclipse-iceoryx/iceoryx/pull/1105) - Increase limits of `ServiceRegistry` to support the maximum number of publishers and servers that are configured in `iceoryx_posh_types.hpp` [\#1074](https://github.com/eclipse-iceoryx/iceoryx/issues/1074) +- C binding for service discovery [\#1142](https://github.com/eclipse-iceoryx/iceoryx/issues/1142) **Bugfixes:**