From 3c0d498692400efbbfcf5c02988c55a21d043a72 Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Fri, 18 Oct 2024 12:37:01 +0200 Subject: [PATCH] Update the changelog to include the latest changes --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad764d4f..7cd93a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ * Updated **JPro** to version `2024.3.3`. * Updated **SimpleFX** dependencies to version `3.2.37`. * Updated **JNodes** dependencies to version `0.8.3`. +* Enable TestFX unit tests on the CI pipeline and use Monocle to enable the `headless` mode. +* Integrate modularized versions of `TestFX` and `Monocle` into our testing infrastructure in alignment with the Java +Platform Module System. +* Integrate modularized versions of `eclipse-collections-api` and `eclipse-collections` libraries to the platform to +produce JPMS-compliant modules. #### Features * Register an `extensionFilters` listener to the native (desktop) implementation FileSavePicker in the `jpro-file` @@ -21,7 +26,7 @@ files. ### 0.4.1 (August 29, 2024) #### Features -* Make the `jpro-auth-core` module JPMS compliant. +* Make the `jpro-auth-core` module JPMS-compliant. #### Improvements * Updated **JPro** to version `2024.3.2`.