This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/674-improve-properties
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 96019472ba6985144ab0074753ea547cf427f6a5
Author: Pepijn Noltes <[email protected]>
AuthorDate: Mon Jan 22 20:00:32 2024 +0100

    Update CHANGES.md
---
 CHANGES.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 4dd00c48..4b42b913 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -58,10 +58,12 @@ 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.
+- Apache Celix filter now use the underlying properties value types for 
matching. This means that it is more important
+  to add service properties with the correct type.
 
 ## New Features
 
-- Basic type support for value in celix Properties.
+- Type support for value in celix Properties, including support for arrays.
 
 # Noteworthy Changes for 2.4.0 (2023-09-27)
 

Reply via email to