Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Jan 22, 2024
1 parent 234ccc0 commit 9601947
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9601947

Please sign in to comment.