diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-04-14 01:00:38 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-04-14 01:00:38 +0100 |
commit | e3d097c4e996616147166f3eb213813b89ec3f9f (patch) | |
tree | e9775ab8f77b2e9a74618122b94fe6fab149895c /web | |
parent | 43499b9f0738cf77675116d1a24bfa24ff94fe57 (diff) | |
download | Nim-e3d097c4e996616147166f3eb213813b89ec3f9f.tar.gz |
Fixed recvLine deprecation warnings.
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 2add6aefa..667b8a210 100644 --- a/web/news.txt +++ b/web/news.txt @@ -35,6 +35,8 @@ Changes affecting backwards compatibility ----------------------------------------- - ``shared`` is a keyword now. +- Deprecated ``sockets.recvLine`` and ``asyncio.recvLine``, added + ``readLine`` instead. Compiler Additions |