fsfwgen/CHANGELOG.md

27 lines
646 B
Markdown
Raw Permalink Normal View History

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]
2023-03-24 15:37:36 +01:00
# [v0.3.2]
- Added handling for duplicate event names when writing the event translation
file.
2023-03-14 15:24:55 +01:00
# [v0.3.1]
- Sorted returnvalue export by raw returnvalue.
2023-02-19 13:20:09 +01:00
# [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.