summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-07-20 15:11:03 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-07-20 15:11:03 +0100
commit8968b5114fcbf7c9d4052b06e2a6012aa88a757d (patch)
tree487fdb70ecc3728c5e310693483d2956e5139fbc /web
parentbe616fc4322ea44078aede9cef12fbc27ad68973 (diff)
downloadNim-8968b5114fcbf7c9d4052b06e2a6012aa88a757d.tar.gz
Fixes #1065.
Diffstat (limited to 'web')
-rw-r--r--web/news.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index a913c94ad..62a923dcd 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -18,6 +18,8 @@ News
   - ``pas2nim`` moved into its own repository and is now a Babel package.
   - ``system.$`` for floating point types now produces a human friendly string
     representation.
+  - ``uri.TUrl`` as well as the ``parseurl`` module are now deprecated in favour
+    of the new ``TUri`` type in the ``uri`` module.
 
   Library Additions
   -----------------
@@ -26,7 +28,7 @@ News
   - Added module ``threadpool``.
   - ``sequtils.distnct`` has been renamed to ``sequtils.deduplicate``.
   - Added ``algorithm.reversed``
-
+  - Added ``uri.combine`` and ``uri.parseUri``.
 
 2014-04-21 Version 0.9.4 released
 =================================