summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorGerhard Weis <gerhard.weis@gmail.com>2012-10-30 11:08:54 +1000
committerGerhard Weis <gerhard.weis@gmail.com>2012-10-30 11:08:54 +1000
commit8b11ef380f7ab6ca96e43261e9fea98bb196c7d2 (patch)
tree69a86cb76ae48b8c768ffb5e3a1f4dc19fb65ebe /CHANGES.txt
parentafece50dc8260f8350a7e2f942886dc2b089bd47 (diff)
downloadisodate-8b11ef380f7ab6ca96e43261e9fea98bb196c7d2.tar.gz
fix pickle problem with FixedOffset instances
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f339a94..9504d3e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,9 +5,11 @@ CHANGES
0.4.9 (unreleased)
------------------
+- support pickling FixedOffset instances
- make sure parsed fractional seconds are in microseconds
- add leading zeros when formattig microseconds (Jarom Loveridge)
+
0.4.8 (2012-05-04)
------------------