Added CHANGELOG.md
Signed-off-by: merspieler <merspieler@users.noreply.github.com>
This commit is contained in:
parent
489de2aa82
commit
b084ef1a80
1 changed files with 23 additions and 0 deletions
23
CHANGELOG.md
Normal file
23
CHANGELOG.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/), though minor
|
||||
breaking changes (such as renamed commands) can happen in minor releases.
|
||||
|
||||
<!--
|
||||
tags:
|
||||
`Added` for new features.
|
||||
`Changed` for changes in existing functionality.
|
||||
`Major Changes` for changes in existing functionality which break backward compatibility.
|
||||
`Deprecated` for once-stable features removed in upcoming releases.
|
||||
`Removed` for deprecated features removed in this release.
|
||||
`Fixed` for any bug fixes.
|
||||
`Security` to invite users to upgrade in case of vulnerabilities.
|
||||
-->
|
||||
|
||||
## v0.2 (unreleased)
|
||||
### Fixed
|
||||
* A spoken `one` is always interpreted correct.
|
||||
|
||||
## [v0.1](https://github.com/merspieler/flight-gear-copilot/releases/tag/v0.1)
|
||||
Initial release.
|
Loading…
Reference in a new issue