From 24a6794f42e52b812d04ad5a4aed4a5cd3263f10 Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Wed, 1 May 2024 11:27:37 +0200 Subject: [PATCH] Update the changelog about the previous added changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb3acb7..01285e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### 0.2.17-SNAPSHOT (TBD) +### Features +* Added `runAsync` method to the `CommandRunner` class in the `jpro-internal-util` module. This method can be used + to run a command asynchronously. This is useful for long-running commands that should not block the main thread. ----------------------