This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/509-remove-service-lang-support
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/509-remove-service-lang-support by this push:
new 70d22bf7 #509: Update CHANGES.md
70d22bf7 is described below
commit 70d22bf73e5ccfbfe34ea3f7bd92e42e56462d9f
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sat Oct 28 16:45:19 2023 +0200
#509: Update CHANGES.md
---
CHANGES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGES.md b/CHANGES.md
index ef9792db..3880cd00 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -33,6 +33,7 @@ limitations under the License.
- pubsub_serializer.h is removed and no longer supported. Use
pubsub_message_serialization_service.h instead.
- C++11 support for dm is removed. C++14 is now the minimum required version.
- C++17 string_view support is removed from the utils and framework lib.
+- Support and usage of "service.lang" service property is removed.
# Noteworthy Changes for 2.4.0 (2023-09-27)