This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/gh-509-remove-deprecated-utils
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/gh-509-remove-deprecated-utils by this push:
new 24c9fb955 gh-509: Update CHANGES.md to reflect removed headers
24c9fb955 is described below
commit 24c9fb955f0fd999ea10c12c735e776dafd34ef8
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun Feb 8 16:24:09 2026 +0100
gh-509: Update CHANGES.md to reflect removed headers
---
CHANGES.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 7da716829..9ffc58162 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -58,6 +58,9 @@ limitations under the License.
- linked_list.h is removed and no longer supported. Use celix_array_list.h
instead.
- ip_utils.h is removed and no longer supported.
- array_list.h is removed and no longer supported. Use celix_array_list.h
instead.
+- utils.h is removed and no longer supported. Use celix_utils.h instead.
+- export.h is removed and no longer supported.
+- celix_utils_api.h is removed and no longer supported.
- the celix_arrayList_add function no longer accepts a NULL value.
- version.h and version_range.h are removed and no longer supported. Use
celix_version.h and celix_version_range.h
instead.