From e02357eac6b74d04bf4b2b261845f396e48ea821 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 19 Mar 2012 21:39:30 +0100 Subject: [PATCH] changelog entry for UTC-OFFSET in seconds --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e1c09e3..435ca1f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,10 @@ Changelog 3.1 (unreleased) ---------------- +* Allow UTC-OFFSET property value data types in seconds, which follows RFC5545 + specification. + [nikolaeff] + * Remove utctz and normalized_timezone methods to simplify the codebase. The methods were too tiny to be useful and just used at one place. [thet]