From 55c469332a9e47f7b80560f7f466cfca170b94ac Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Tue, 22 Jun 2021 12:15:24 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eff39e55..7bc4de6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### New Features * Autocompletion for `iocsh.bash` has been added +* Rudimentary testing has been added: +* * Tests that the correct version is loaded +* * Tests that elementary patching/building works as expected ### Bugfixes * `iocsh.bash --help` (and variants) no longer loads tries to load `env.sh`. @@ -82,7 +85,7 @@ A second major change (mostly via bugfixes) is that the local install command, ` the old -loc is still supported, but will be deprecated in a future release. * Added a `prebuild` target that runs before build so module developers can run specific code before the build process. * A module developer can now install dbd files separate from the module dbd file by using `DBD_INSTALLS += file.dbd`. - + ### Bugfixes * Ensures that lowercase module names are enforced consistently * Vendor libraries are only installed at install time, not at build time -- GitLab