summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorGerhard Weis <gweis@gmx.at>2009-02-09 10:25:14 +1000
committerGerhard Weis <gweis@gmx.at>2009-02-09 10:25:14 +1000
commit40a99905da4df23a4d68753258c0354abd8ab932 (patch)
treea826fd5e96346c962319cffb9fd8caa40a6cb353 /CHANGES.txt
parent44c432ba38078eff35b1ab7cde07fc205e1564d3 (diff)
downloadisodate-40a99905da4df23a4d68753258c0354abd8ab932.tar.gz
* added ISO 8601 formating methods
* still problems with negative durations * refactored Duration class to separate module * allow access to wrapped timedelta attributes directly on Duration. * refactored tzinfo parsing and formating into separate module * updated test cases for new functionality
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 949e95e..6b32ae1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,9 +1,17 @@
+
CHANGES
=======
+0.4.0 (unreleased)
+------------------
+
+- added method to parse ISO 8601 time zone strings
+- added methods to create ISO 8601 conforming strings
+
0.3.0 (2009-1-05)
------------------
- Initial release
+