updated news to take PR #5390 into account

This commit is contained in:
Araq
2017-03-31 22:14:13 +02:00
parent c480505797
commit 57246cbcec

View File

@@ -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