We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0140bb6 commit 887c9e2Copy full SHA for 887c9e2
docs/release.rst
@@ -28,6 +28,9 @@ Enhancements
28
By :user:`Agriya Khetarpal <agriyakhetarpal>`, :issue:`288`.
29
* Preallocate output buffers and resize directly as needed.
30
By :user:`John Kirkham <jakirkham>`, :issue:`656`
31
+* ``Checksum32`` is now an abstract base clase, with ``checksum()`` as an abstract method.
32
+ This helps ensure that any subclasses implement the ``checksum()`` method.
33
+ :issue:`711`
34
35
Removals
36
~~~~~~~~
0 commit comments