mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Version 0.2.3
This commit is contained in:
parent
39472b9db4
commit
9f26c6450c
2 changed files with 13 additions and 1 deletions
|
|
@ -5,6 +5,18 @@ Changelog
|
||||||
This changelog only contains information that might be useful to end users and
|
This changelog only contains information that might be useful to end users and
|
||||||
package maintainers. For further info, see the git commit log.
|
package maintainers. For further info, see the git commit log.
|
||||||
|
|
||||||
|
Version 0.2.3
|
||||||
|
=============
|
||||||
|
|
||||||
|
*released on 11 August 2014*
|
||||||
|
|
||||||
|
- Vdirsyncer now has a ``--version`` flag, see issue `#92`_.
|
||||||
|
|
||||||
|
- Fix a lot of bugs related to special characters in URLs, see issue `#49`_.
|
||||||
|
|
||||||
|
.. _`#92`: https://github.com/untitaker/vdirsyncer/issues/92
|
||||||
|
.. _`#49`: https://github.com/untitaker/vdirsyncer/issues/49
|
||||||
|
|
||||||
Version 0.2.2
|
Version 0.2.2
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,4 @@
|
||||||
:copyright: (c) 2014 Markus Unterwaditzer & contributors
|
:copyright: (c) 2014 Markus Unterwaditzer & contributors
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
'''
|
'''
|
||||||
__version__ = '0.2.2'
|
__version__ = '0.2.3'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue