summary refs log tree commit diff stats
path: root/web/news
diff options
context:
space:
mode:
Diffstat (limited to 'web/news')
-rw-r--r--web/news/version_0_15_released.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst
index f0e488ee2..dea893ed1 100644
--- a/web/news/version_0_15_released.rst
+++ b/web/news/version_0_15_released.rst
@@ -12,6 +12,7 @@ Changes affecting backwards compatibility
 
 - The ``json`` module uses an ``OrderedTable`` rather than a ``Table``
   for JSON objects.
+
 - De-deprecated ``re.nim`` because we have too much code using it
   and it got the basic API right.
 
@@ -62,6 +63,8 @@ that have tuple name:
 
 - In JavaScript ``system.alert`` is deprecated. Use ``dom.alert`` instead.
 
+- ``AsyncHttpClient.headers`` type is now ``HttpHeaders``.
+
 Library Additions
 -----------------
 
@@ -86,6 +89,11 @@ Library Additions
   over both files and directories, while ``walkFiles`` now only iterates
   over files and ``walkDirs`` only iterates over directories.
 
+- Added synchronous ``HttpClient`` in the ``httpclient`` module.
+
+- Added a new macro called ``multisync`` allowing you to write procedures for
+synchronous and asynchronous sockets with no duplication.
+
 Compiler Additions
 ------------------