summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d51cfe30..1e327992 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,6 +20,10 @@ development at the same time, like 4.5.x and 5.0.
Unreleased
----------
+- The compact line number representation introduced in 5.0a6 is called a
+ "numbits." The coverage.numbits module provides functions for working with
+ them.
+
- A class named "test_something" no longer confuses the `test_function` dynamic
context setting. Fixes `issue 829`_.