diff options
author | Araq <rumpf_a@web.de> | 2015-09-01 23:41:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-09-01 23:41:03 +0200 |
commit | 1e597c6332e41a9633ba42918b0e1797065a7f6e (patch) | |
tree | acb56ea4a26172f673adc47b8cdddb73fac24596 /web | |
parent | 940b3ceca8562e677f2527e705b24c1a4af8f860 (diff) | |
download | Nim-1e597c6332e41a9633ba42918b0e1797065a7f6e.tar.gz |
formatFloat takes an optional decimalSep parameter
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 040442695..a13334e3f 100644 --- a/web/news.txt +++ b/web/news.txt @@ -62,6 +62,8 @@ News - Define ``nimPinToCpu`` to make the ``threadpool`` use explicit thread affinities. This can speed up or slow down the thread pool; it's up to you to benchmark it. + - ``strutils.formatFloat`` and ``formatBiggestFloat`` do not depend on the C + locale anymore and now take an optional ``decimalSep = '.'`` parameter. Language Additions |