From e67d0c32c4dd3d1c95b904abf94387b3532a0326 Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Thu, 13 Jan 2022 17:10:32 +0100 Subject: [PATCH] E3-286: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fea90c..994baf58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Removed `dev` targets from modules that function in "local source mode" * Fixed issue where `.hpp` files were not installed correctly with `KEEP_HEADER_SUBDIRS` * Missing `REQUIRED` dependencies now cause the build to fail instead of providing a warning +* Fixed issue where consecutive builds might not track updated dependencies ### Other changes * Removed `<module>_TEMPLATES` in favour of `<module>_DB` -- GitLab