Changelog¶
How to read the changelog¶
My commits follow a little convention I like to use. The commit messages are usually concise. I use tags to describe better what the commit is about:
- [Feature] Means a new feature was added
- [Update] Means a previous feature was improved or updated
- [Fix] Means a bug was fixed