From 80a7b9af4d6d8bffe0121d69a280490b9a6c2f29 Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Mon, 14 Feb 2022 17:21:11 +0100
Subject: [PATCH] Updated CHANGELOG

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41991d2e..1f1780e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * 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
+* Fixed an issue related to buffering of data being written to a shared filesystem which produced garbled `.dep` files
 
 ### Other changes
 * Rename `iocsh.bash` to `iocsh`
-- 
GitLab