27 lines
646 B
Markdown
27 lines
646 B
Markdown
Change Log
|
|
=======
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
# [unreleased]
|
|
|
|
# [v0.3.2]
|
|
|
|
- Added handling for duplicate event names when writing the event translation
|
|
file.
|
|
|
|
# [v0.3.1]
|
|
|
|
- Sorted returnvalue export by raw returnvalue.
|
|
|
|
# [v0.3.0]
|
|
|
|
- Description parser is now more generic and parses a list of meta informations.
|
|
- Added support for skip directive when parsing meta information.
|
|
|
|
# [v0.2.0]
|
|
|
|
- Remove `logging` module and move to more pythonic logging usage. |