diff --git a/CHANGELOG.md b/CHANGELOG.md index eff39e551d8b90c59eb779989ae16139a0a3da05..7bc4de6c63a4e4cb64021891f71f2a576e5c2b77 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