Online available at release-notes.becklyn.tech.
The entry must be a list. Every top-level list item must have the format:
* (type) text
where type
is one of the types below and text
is just free text.
Type | Label | Description |
---|---|---|
(bc) |
Breaking Changes | Changes that break previously working code. Implies major version bump! |
feature |
New Features | New features added, that add new functionality to the library. Implies at least minor version bump! |
(improvement) |
Improvements | Things that work better or in more cases than before. |
(bug) |
Bugfixes | Things that should have worked before (but didn't), but do work now. |
(deprecation) |
Deprecations | Lists all added deprecations. |
(docs) |
Documentation | Changes in the documentation. |
(internal) |
Internal | Internal changes / refactorings that should have no functional impact on the end user. |