summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2013-10-17 18:28:35 +0100
committerMichael Twomey <michael.twomey@fieldaware.com>2013-10-17 18:28:35 +0100
commitd51f5646e3867494c57cb6463535c0183662bebb (patch)
tree4f912278083d7e3640b598ceee839caeb1ca3eaf /README.rst
parent2ebb90ea64858cf34d68ebdb915453e5325584a0 (diff)
downloadpyiso8601-d51f5646e3867494c57cb6463535c0183662bebb.tar.gz
Ensure parsing of timezones without separators works
Thanks to joe.walton.gglcd Fixes #4
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 284ab9f..6da8b2d 100644
--- a/README.rst
+++ b/README.rst
@@ -73,6 +73,7 @@ Changes
* 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)
* Fix pickling and deepcopy of returned datetime objects (https://bitbucket.org/micktwomey/pyiso8601/issue/3/dates-returned-by-parse_date-do-not) (thanks to fogathmann and john@openlearning.com)
+* Fix timezone offsets without a separator (https://bitbucket.org/micktwomey/pyiso8601/issue/4/support-offsets-without-a-separator) (thanks to joe.walton.gglcd)
0.1.4
-----