summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@uq.edu.au>2021-12-13 09:15:15 +1000
committerGerhard Weis <g.weis@uq.edu.au>2021-12-13 09:15:15 +1000
commit924975890471f9baf3f0a86b277770fff299e106 (patch)
tree8854e9afbd4614d3b97d9d87aa71ad2b5212250e /CHANGES.txt
parent6bebac0913c431a0406c7851e2d3356822b59baa (diff)
parent4f422ae415e8c9591677b97faf0776ece6d7afb8 (diff)
downloadisodate-924975890471f9baf3f0a86b277770fff299e106.tar.gz
Merge branch 'PR16'
* PR16: Don't match garbage characters at the end of time strings Don't match garbage characters at the end of date strings Factor in some regexes # Conflicts: # src/isodate/isodates.py # src/isodate/isotime.py
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 0271298..1bac7d5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,7 @@ CHANGES
------------------
- drop end of life python versions
+- Don't match garbage characters at the end of parsed strings #16 (Gabriel de Perthuis)
0.6.1 (2021-12-13)