From b2209fc39bf3f4c055d56329296856f00e046eca Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 22 Sep 2023 19:25:02 +0100 Subject: [PATCH] Update changelog before 0.3.0 release --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ca091..32f2656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,21 @@ The rules for this file: ### Removed +## [0.3.0] - 2023-09-22 + +### Authors + +p-j-smith + +### Added + +- display a progress bar when writing the trajectory to file + +### Changed + +- run the trajectory writing in a separate thread to avoid blocking the ui + + ## [0.2.0] - 2023-09-21 ### Authors