diff --git a/CHANGES.md b/CHANGES.md
index 9315bccc2..2ecdce7ae 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,7 @@
Airbase 149
* Remove bval dependency
+* Checkstyle updates:
+ - Disallow single-line non-empty lambda and method body code blocks.
* Plugin updates:
- git-commit-id-maven-plugin 7.0.0 (from 6.0.0)
- spotbugs-maven-plugins 4.8.1.0 (from 4.7.3.6)
@@ -1162,4 +1164,3 @@ Airbase 2
Airbase 1
* Initial release
-
diff --git a/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml b/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml
index eb8c158df..5b5ae26af 100644
--- a/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml
+++ b/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml
@@ -256,6 +256,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+