diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f569a3647f8d428c5b95674a4ee9050a8e6317..d3689e84e60ae5e3b37ac21425e486bff9a0e6cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,30 @@ # Changelog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added (for new features, dependecies etc.) + +* Module `ext_qrcode` which generates a QR Code for an entity (pointing to the + the head or the exact version). + +### Changed (for changes in existing functionality) + +### Deprecated (for soon-to-be removed features) + +### Removed (for now removed features) + +* `getEntityId`, a former duplicate of `getEntityID` which must be used instead. + +### Fixed (for any bug fixes) + +### Security (in case of vulnerabilities) + +### Documentation (for notable additions or changes of the documentation) + ## [v0.4.0-rc1] - 2021-06-16 ### Added (for new features, dependecies etc.)