summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt2
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