summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-05-17 12:04:03 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-05-17 12:04:03 +0200
commit63f1e0327817b0e7abacc3c0214ea94980f5c2ea (patch)
tree03797df82bdce2fda96d1dc5ada75105bad7fe83 /web
parent61c7cc2ff76fbc589d4827d9eba257b280e43c4a (diff)
parentd1230497ddecdc779fa2b275b2ddb74b1f6a1ba1 (diff)
downloadNim-63f1e0327817b0e7abacc3c0214ea94980f5c2ea.tar.gz
Merge pull request #2732 from Perelandric/fix_miliseconds
Fixed 'milliseconds' spelling in code and docs
Diffstat (limited to 'web')
-rw-r--r--web/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index e00d937f5..22ea03157 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -9,6 +9,10 @@ News
   Changes affecting backwards compatibility
   -----------------------------------------
 
+  - The ``miliseconds`` property of ``times.TimeInterval`` is now ``milliseconds``.
+    Code accessing that property is deprecated and code using ``miliseconds``
+    during object initialization or as a named parameter of ``initInterval()``
+    will need to be updated.
 
   Language Additions
   ------------------