All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.0 - 2020-09-21
keepachangelog.flask_restx.add_changelog_endpoint
function to add a changelog endpoint to a Flask-RestX application.
0.3.1 - 2020-07-13
- Keep star character at the end of a line as it can be used to mark as italic.
0.3.0 - 2020-03-01
- Information is now stored without star, space or caret at start or end of line.
0.2.0 - 2020-02-24
- It is now possible to retrieve "Unreleased" information thanks to the
show_unreleased
parameter. (Thanks Alessandro Ogier)
0.1.0 - 2020-02-17
keepachangelog.starlette.add_changelog_endpoint
function to add a changelog endpoint to a Starlette application.
0.0.1 - 2020-02-17
- Initial release.