This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-deprecated-properties-header in repository https://gitbox.apache.org/repos/asf/celix.git
commit 11d93379efde4e6b1bf1c7ee4a264e20012d2c7b Author: Pepijn Noltes <[email protected]> AuthorDate: Sun Dec 31 20:05:48 2023 +0100 Update CHANGES.md for properties.h removal --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 80491886..7bad664d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -54,6 +54,7 @@ limitations under the License. - celix_string/long_hashmap put functions now return a celix_status_t instead of bool (value replaced). THe celix_status_t is used to indicate an ENOMEM error. - Embedded bundles are no longer supported. +- properties.h is removed and no longer supported. Use celix_properties.h instead. ## New Features
