summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52aa04b5a..5ed2fa9ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,8 @@ Release date: Undefined
..
Put bug fixes that will be cherry-picked to latest major version here
+* Run will not fail if score exactly equals ``config.fail_under`.
+
* Functions that never returns may declare ``NoReturn`` as type hints, so that
``inconsistent-return-statements`` is not emitted.