From f1fea38f4925cb69df435efd5a7870fbd79172ec Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Mon, 4 Jan 2021 13:09:54 +0000
Subject: [PATCH] DOC: Readme, changelog

---
 CHANGELOG.md | 9 +++++++++
 README.md    | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf49a4e..656f94b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
 # FSL base project changelog
 
 
+## 2101.0 (Monday 4th January 2020)
+
+ - Moved the copyright insertion machinery (script and templates) from
+   `config/common/` into `share/fsl/`.
+ - Unify `fsl.sh` and `fsl-devel.sh` so the latter simply invokes the former.
+ - Fix an issue with argument pass-through in the `fslpython[w]` wrapper
+   scripts.
+
+
 ## 2012.0 (Wednesday 2nd December 2020)
 
  - Added `creeateFSLWrapper` and `removeFSLWrapper`, utility commands, which
diff --git a/README.md b/README.md
index f23fea5..ce5c63e 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ This project contains the "base" of an FSL installation. It includes:
 
  - Configuration scripts for setting up an environment to use FSL
  - Makefile infrastructure used to compile and install FSL projects
- - Various other small configuration and auxillary files
+ - Various other small configuration, data, and auxillary files
 
-Prior to FSL 6.0.X, the contents of this project were provided by the
+Prior to FSL 6.1.X, the contents of this project were provided by the
 [etc](https://git.fmrib.ox.ac.uk/fsl/etc) and
 [config](https://git.fmrib.ox.ac.uk/fsl/config) projects.
 
-- 
GitLab