diff --git a/CHANGELOG.md b/CHANGELOG.md index e853d1829..d7dd1044b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Feature Additions: -- Added a new feature to Guided Mode that allows you to import subjects, pools, and samples for datasets with a large amount of subjects/samples +- Added a new feature to Guided Mode that allows you to import subjects, pools, and samples from an external spreadsheet. ## v.12.3.3 - 2023-10-24 diff --git a/scripts/meta/announcements.json b/scripts/meta/announcements.json index 04e2f7164..cf82b5399 100644 --- a/scripts/meta/announcements.json +++ b/scripts/meta/announcements.json @@ -3,7 +3,7 @@ "announcements": { "bug-fixes": [], "features": [ - "Added a new feature to Guided Mode that allows you to import subjects, pools, and samples for datasets with a large amount of subjects/samples" + "Added a new feature to Guided Mode that allows you to import subjects, pools, and samples. This feature is useful for datasets with a large amount of subjects/samples." ] } },