diff options
author | Araq <rumpf_a@web.de> | 2017-03-31 22:14:13 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-03-31 22:14:13 +0200 |
commit | 57246cbcec2f747d5af33ebf4c8c0e0a531eba02 (patch) | |
tree | 6bc8bc65c81fb492d9542085d80645edfc060cb1 /web | |
parent | c480505797f9d82b9b19a72b5a5abde9c0cb0fd4 (diff) | |
download | Nim-57246cbcec2f747d5af33ebf4c8c0e0a531eba02.tar.gz |
updated news to take PR #5390 into account
Diffstat (limited to 'web')
-rw-r--r-- | web/news/e031_version_0_16_2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst index 8517dacb0..809910052 100644 --- a/web/news/e031_version_0_16_2.rst +++ b/web/news/e031_version_0_16_2.rst @@ -45,6 +45,8 @@ Changes affecting backwards compatibility - If the dispatcher parameter's value used in multi method is ``nil``, a ``NilError`` exception is raised. The old behavior was that the method would be a ``nop`` then. +- ``posix.nim``: the family of ``ntohs`` procs now takes unsigned integers + instead of signed integers. Library Additions |