diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ed53f89..30d6a566 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@
### Fixed
* Added Drupal 8.8's `$settings['file_temp_path']` configuration to settings.*.php (#144)
+* Updated phpcs usage to fix an issue where some Drupal code was no longer subject to review, because the latest release of Coder changed the default file extensions (#148)
+
+### Updating to this version
+
+* If your `build.xml` uses phpcs, make the following change:
+
+ ```
+
+ -
+ +
+ ```
## 2.2.1