summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorpdw <algorithicimperative@gmail.com>2015-05-16 14:35:41 -0500
committerpdw <algorithicimperative@gmail.com>2015-05-16 14:35:41 -0500
commitd1230497ddecdc779fa2b275b2ddb74b1f6a1ba1 (patch)
tree982162388f781da75252614056adb08e0385c59e /web
parentcb6f867495ae23779cc7846eb2817b3bb532dbd1 (diff)
downloadNim-d1230497ddecdc779fa2b275b2ddb74b1f6a1ba1.tar.gz
Updated with breaking changes
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 9719fb8d7..097267d11 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
   ------------------