reorder changelog

pull/139/head
Johannes Raggam 2014-06-02 11:41:18 +02:00
rodzic a8e13b21d7
commit ff5b84e9b5
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -5,6 +5,10 @@ Changelog
3.6.3 (unreleased)
------------------
- Add optional ``sorted`` parameter to ``Component.to_ical``. Setting it to
false allows the user to preserve the original property and parameter order.
[untitaker]
- Fix tests for latest ``pytz``. Don't set ``tzinfo`` directly on datetime
objects, but use pytz's ``localize`` function.
[untitaker, thet]
@ -12,9 +16,6 @@ Changelog
- Remove incorrect use of __all__. We don't encourage using ``from package
import *`` imports. Fixes #129.
[eric-wieser]
- Add optional ``sorted`` parameter to ``Component.to_ical``. Setting it to
false allows the user to preserve the original property and parameter order.
[untitaker]
3.6.2 (2014-04-05)