This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/509-remove-deprecated-cmake-functions
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/509-remove-deprecated-cmake-functions by this push:
new 0e47071f #509: Update CHANGES.md
0e47071f is described below
commit 0e47071f6a9387707afec78c1b23784475fb8e25
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sat Oct 28 16:44:33 2023 +0200
#509: Update CHANGES.md
---
CHANGES.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index ef9792db..11cb5952 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -33,6 +33,8 @@ 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.
+- Apache Celix CMake bundle functions without a celix_ prefix or infix are
removed.
+- Apache Celix CMake support for creating docker images and creating runtimes
dirs is removed.
# Noteworthy Changes for 2.4.0 (2023-09-27)