Update changelog and credits.

pull/78/head
Ronan Dunklau 2012-11-22 13:58:00 +01:00
rodzic af93d4ff68
commit 4c2a18867b
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -6,6 +6,8 @@ Changelog
* Supports to_ical() on date/time properties for dates prior to 1900.
[cdevienne]
* Fix time supports. vTime events can be instantiated with a datetime.time
object, and do not inherit from datetime.time itself, but from vDatetime.
3.1

Wyświetl plik

@ -32,3 +32,4 @@ iCalendar contributors
- Wichert Akkerman <wichert@wiggy.net>
- spanktar <spanky@kapanka.com>
- tgecho <tgecho@gmail.com>
- Ronan Dunklau <ronan@dunklau.fr>