From 93ee457fea984bf1d3a3503321991c255bea339b Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Thu, 11 Nov 2021 18:24:07 +0000
Subject: [PATCH] DOC: changelog

---
 CHANGELOG.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7f1fa0..2a8f79c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,9 @@
 ## 2111.0 (Thursday 11th November 2021)
 
  - The `rpath` is explicitly set on executables and shared libraries,
-   and the `install_name` set on shared libraries under macOS.
+   and the `install_name` set on shared libraries under macOS. This
+   is to support local development, and execution of commands from
+   their `$FSLDIR/src/` directory.
 
 
 ## 2109.1 (Wednesday 22nd September 2021)
-- 
GitLab