From 0f3205abb5cbb3d2961b2892ea9c529db0b5ce83 Mon Sep 17 00:00:00 2001 From: Wayne Lewis <wayne.lewis@ess.eu> Date: Wed, 23 Jun 2021 16:08:27 +0200 Subject: [PATCH] Move location of entry in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ccd7377..faeb42a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### New Features * Autocompletion for `iocsh.bash` has been added -* Added consistency check between e3 environment variables and path to `iocsh.bash`. `iocsh.bash` will abort if these are not consistent. * Rudimentary testing has been added: * * Tests that the correct version is loaded * * Tests that elementary patching/building works as expected +* Added consistency check between e3 environment variables and path to `iocsh.bash`. `iocsh.bash` will abort if these are not consistent. ### Bugfixes * `iocsh.bash --help` (and variants) no longer loads tries to load `env.sh`. -- GitLab