Skip to content

Commit cadcb1e

Browse files
committed
Add changelog
1 parent 711eaa8 commit cadcb1e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Release date: TBA
1717

1818
* Fix ``install graphiz`` message which isn't needed for puml output format.
1919

20+
* ``MessageTest`` of the unittest ``testutil`` now requires the ``confidence`` attribute
21+
to match the expected value. If none is provided it is set to ``UNDEFINED``.
22+
23+
* ``add_message`` of the unittest ``testutil`` now actually handles the ``col_offset`` parameter
24+
and allows it to be checked against actual output in a test.
25+
2026
* Fix ``simplify-boolean-expression`` when condition can be inferred as False.
2127

2228
Closes #5200

doc/whatsnew/2.12.rst

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ New checkers
6363

6464
Follow-up in #5259
6565

66+
* ``MessageTest`` of the unittest ``testutil`` now requires the ``confidence`` attribute
67+
to match the expected value. If none is provided it is set to ``UNDEFINED``.
68+
69+
* ``add_message`` of the unittest ``testutil`` now actually handles the ``col_offset`` parameter
70+
and allows it to be checked against actual output in a test.
71+
6672
Removed checkers
6773
================
6874

0 commit comments

Comments
 (0)