diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b62aed6006e1e62167e0c60a136cbc074003e20..92a0435e650037eefc53bcbacfa8f830ac72d86b 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`.