Updated with breaking changes

This commit is contained in:
pdw
2015-05-16 14:35:41 -05:00
parent cb6f867495
commit d1230497dd

View File

@@ -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
------------------