update changelog

This commit is contained in:
Robin Müller 2022-05-10 12:28:40 +02:00
parent 88cc8c46a1
commit 58cb96ece0
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add helper functions provided by [`cmake-modules`](https://github.com/bilke/cmake-modules)
manually now. Those should not change too often and only a small subset is needed
- Separate folder for easier update and for distinction
- Add helper functions provided by [`cmake-modules`](https://github.com/rpavlik/cmake-modules)
manually now. Those should not change too often and only a small subset is needed
- Separate folder for easier update and for distinction
- LICENSE file included
- use `int` for version numbers to allow unset or uninitialized version
- Initialize Version object with numbers set to -1