summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-09-19 21:16:50 +0200
committerDominik Picheta <dominikpicheta@gmail.com>2016-09-19 21:16:50 +0200
commit31bdf45ffe628407f8377d05bffc72fc164cc7b7 (patch)
treee1c0ac98f02f48d4a26a49de4fc75671ae881771 /web
parent519aa16b67760cdaa3c0eb51c75480111d1f07c4 (diff)
downloadNim-31bdf45ffe628407f8377d05bffc72fc164cc7b7.tar.gz
Reverted removal of HttpCode.`$`.
Diffstat (limited to 'web')
-rw-r--r--web/news/version_0_15_released.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst
index f5217aa02..dea893ed1 100644
--- a/web/news/version_0_15_released.rst
+++ b/web/news/version_0_15_released.rst
@@ -65,9 +65,6 @@ that have tuple name:
 
 - ``AsyncHttpClient.headers`` type is now ``HttpHeaders``.
 
-- The `$` operator for ``HttpCode`` no longer exists, use the ``status``
-procedure to get the code's status message.
-
 Library Additions
 -----------------