Fix rst parse problem in version 0.16.2 news.

This commit is contained in:
Dominik Picheta
2017-02-14 21:09:49 +01:00
parent 4a8257d992
commit 4c683e90ec

View File

@@ -21,8 +21,8 @@ Changes affecting backwards compatibility
- A hash procedure has been added for ``cstring`` type in ``hashes`` module.
Previously, hash of a ``cstring`` would be calculated as a hash of the
pointer. Now the hash is calculated from the contents of the string, assuming
``cstring`` is a null-terminated string. Equal ``string``s and ``cstring``s
produce equal hash value.
``cstring`` is a null-terminated string. Equal ``string`` and ``cstring``
values produce an equal hash value.
Library Additions
-----------------