summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/news.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index 2d5b75207..639ebe946 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -28,7 +28,12 @@ News
     ``--gc:none``. ``--os:standalone`` without ``--gc:none`` is now a version
     that doesn't depend on any OS but includes the GC. However this version
     is currently untested!
-
+  - All procedures which construct a ``Socket``/``AsyncSocket`` now need to
+    specify the socket domain, type and protocol. The param name
+    ``typ: SockType`` (in ``newSocket``/``newAsyncSocket`` procs) was also
+    renamed to ``sockType``. The param ``af`` in the ``connect`` procs was
+    removed. This affects ``asyncnet``, ``asyncdispatch``, ``net``, and
+    ``rawsockets``.
 
   Library additions
   -----------------