summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@uq.edu.au>2021-12-13 10:05:41 +1000
committerGerhard Weis <g.weis@uq.edu.au>2021-12-13 10:05:41 +1000
commit89f80896e074c072e6014b6196cd768d9e75d0b0 (patch)
treef1ba8d8fb9bd29dd51f8ea3a4fc4e3a1eadba528 /CHANGES.txt
parent924975890471f9baf3f0a86b277770fff299e106 (diff)
downloadisodate-89f80896e074c072e6014b6196cd768d9e75d0b0.tar.gz
- round down microseconds (in case precision is higher)
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1bac7d5..3f4191e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,7 @@ CHANGES
- drop end of life python versions
- Don't match garbage characters at the end of parsed strings #16 (Gabriel de Perthuis)
+- Breaking: fractional seconds are cut off to microseconds (round down)
0.6.1 (2021-12-13)