diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-05-17 12:04:03 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-05-17 12:04:03 +0200 |
commit | 63f1e0327817b0e7abacc3c0214ea94980f5c2ea (patch) | |
tree | 03797df82bdce2fda96d1dc5ada75105bad7fe83 /web | |
parent | 61c7cc2ff76fbc589d4827d9eba257b280e43c4a (diff) | |
parent | d1230497ddecdc779fa2b275b2ddb74b1f6a1ba1 (diff) | |
download | Nim-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.txt | 4 |
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 ------------------ |