diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-07-20 15:11:03 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-07-20 15:11:03 +0100 |
commit | 8968b5114fcbf7c9d4052b06e2a6012aa88a757d (patch) | |
tree | 487fdb70ecc3728c5e310693483d2956e5139fbc /web | |
parent | be616fc4322ea44078aede9cef12fbc27ad68973 (diff) | |
download | Nim-8968b5114fcbf7c9d4052b06e2a6012aa88a757d.tar.gz |
Fixes #1065.
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 4 |
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 ================================= |