From a92b27b4f75c95d09843402a40d04670db5d619d Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Fri, 22 Jan 2021 15:38:22 +0100
Subject: [PATCH] Updated changelog

---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b62aed6..92a0435e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@
 * Fixed issue where `make install` would fail if you had not run `make build` first.
 * Removed all references to `sudo`. If `sudo` needs to be used, it should be done manually.
 * Fixed issue with module name checking which caused modules to fail to build on certain linux distributions
+* Exact module version is fetched correctly at build-time to ensure that new releases do not affect upstream dependencies
 
 ## Other changes
 * Removed `require` as a submodule and merged it into `e3-require`.
-- 
GitLab