This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch release-2.4.0 in repository https://gitbox.apache.org/repos/asf/celix.git
commit 1fbd599c4a4141d147701e18377518f9fec8e338 Author: Pepijn Noltes <[email protected]> AuthorDate: Wed Sep 27 19:05:36 2023 +0200 Update CHANGES.md for release 2.4.0 --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d543929e..26e98b05 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,7 +19,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -# Noteworthy Changes for 2.4.0 (2023-09-19) +# Noteworthy Changes for 2.4.0 (2023-09-27) ## New Features @@ -32,6 +32,8 @@ limitations under the License. - Scope-based Resource Management (RAII-light for C). - Support for uncompressed bundle deployment, which enables multiple frameworks to share the bundle resources by using unzipped bundle dirs instead of a zip files as BUNDLES arguments in `add_celix_container`. +- Scheduled event support, so that (low-frequency / non IO blocking) events can be scheduled on the Apache Celix event + thread. ## Improvements
