diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2017-02-14 21:09:49 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2017-02-14 21:09:49 +0100 |
commit | 4c683e90ece19e0f9b2833daf4d4f783ab186718 (patch) | |
tree | 0e7c4180e499d5a2d4a8357ecc028e883fec9982 /web | |
parent | 4a8257d99259ddf763bbcf3230545dec5380bbec (diff) | |
download | Nim-4c683e90ece19e0f9b2833daf4d4f783ab186718.tar.gz |
Fix rst parse problem in version 0.16.2 news.
Diffstat (limited to 'web')
-rw-r--r-- | web/news/e031_version_0_16_2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst index 2d725028e..171e4cef1 100644 --- a/web/news/e031_version_0_16_2.rst +++ b/web/news/e031_version_0_16_2.rst @@ -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 ----------------- |