diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf49a4ea86a2566c12a11d84f91b35b5e3ebdee7..656f94bfcba2a77d41fcdd9af15cde0b864edb70 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 f23fea53f8eb59aaa7c4e97c7e17e627c8714ed2..ce5c63e8477683f9108041b1a97657dca0ce41eb 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.