diff options
author | pdw <algorithicimperative@gmail.com> | 2015-05-16 14:35:41 -0500 |
---|---|---|
committer | pdw <algorithicimperative@gmail.com> | 2015-05-16 14:35:41 -0500 |
commit | d1230497ddecdc779fa2b275b2ddb74b1f6a1ba1 (patch) | |
tree | 982162388f781da75252614056adb08e0385c59e /web | |
parent | cb6f867495ae23779cc7846eb2817b3bb532dbd1 (diff) | |
download | Nim-d1230497ddecdc779fa2b275b2ddb74b1f6a1ba1.tar.gz |
Updated with breaking changes
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 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 ------------------ |