summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-08-20 10:57:19 +0200
committerAnthon van der Neut <anthon@mnt.org>2016-08-20 10:57:19 +0200
commite826a227fac58b8c4fe312f948c42a2d458af9d2 (patch)
tree6d2862247f951882c1c49ad1a8791bd971b5b5b2 /README.rst
parent95a952dc87635fd5c72153add15607a80ac5d02d (diff)
downloadruamel.yaml-e826a227fac58b8c4fe312f948c42a2d458af9d2.tar.gz
fix issue 45: preserve datetime 'T' + timezone
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1be8309..b0574ec 100644
--- a/README.rst
+++ b/README.rst
@@ -18,6 +18,15 @@ ChangeLog
::
+ 0.12.5 (2016-08-20):
+ - fixing issue 45 preserving datetime formatting (submitted by altuin)
+ Several formatting parameters are preserved with some normalisation:
+ - preserve 'T', 't' is replaced by 'T', multiple spaces between date
+ and time reduced to one.
+ - optional space before timezone is removed
+ - still using microseconds, but now rounded (.1234567 -> .123457)
+ - Z/-5/+01:00 preserved
+
0.12.4 (2016-08-19):
- Fix for issue 44: missing preserve_quotes keyword argument (reported
by M. Crusoe)