We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f8590 commit b9ea142Copy full SHA for b9ea142
1 file changed
NEWS.rst NEWS.mdNEWS.rst renamed to NEWS.md
@@ -7,21 +7,21 @@ News in asserts 0.8.5
7
API Additions
8
-------------
9
10
-* Add ``assert_dict_equal()``.
11
-* Add ``assert_dict_superset()``.
+* Add `assert_dict_equal()`.
+* Add `assert_dict_superset()`.
12
13
Improvements
14
------------
15
16
-* ``assert_equal()``: Use ``assert_dict_equal()`` if applicable.
+* `assert_equal()`: Use `assert_dict_equal()` if applicable.
17
18
News in asserts 0.8.4
19
=====================
20
21
22
23
24
-* ``fail()`` is now marked with ``NoReturn`` in type stub.
+* `fail()` is now marked with `NoReturn` in type stub.
25
26
Bug Fixes
27
---------
0 commit comments