summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2013-10-17 18:11:14 +0100
committerMichael Twomey <michael.twomey@fieldaware.com>2013-10-17 18:11:14 +0100
commit9c3f2b8518d5641973cd5ad45e26c0a980506bf9 (patch)
tree66965fab0c0ff8f1d18fe3fedf2d293f1afa3c6c /README.rst
parent0f9f3ea4a92619cccd35481c0fdb112f29a1b570 (diff)
downloadpyiso8601-9c3f2b8518d5641973cd5ad45e26c0a980506bf9.tar.gz
Fix microsecond rounding issues
Thanks to nielsenb@jetfuse.net Fixes #2
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index da5613a..c35624d 100644
--- a/README.rst
+++ b/README.rst
@@ -71,6 +71,7 @@ Changes
* Make seconds optional in date format ("1997-07-16T19:20+01:00" now valid). https://bitbucket.org/micktwomey/pyiso8601/pull-request/1/make-the-inclusion-of-seconds-optional-in/diff (thanks to Chris Down)
* Correctly raise ParseError for more invalid inputs (https://bitbucket.org/micktwomey/pyiso8601/issue/1/raise-parseerror-for-invalid-input) (thanks to manish.tomar)
* Support more variations of ISO 8601 dates, times and time zone specs.
+* Fix microsecond rounding issues (https://bitbucket.org/micktwomey/pyiso8601/issue/2/roundoff-issues-when-parsing-decimal) (thanks to nielsenb@jetfuse.net)
0.1.4
-----