Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 1.62 KB

Changelog

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

Added

  • keepachangelog.flask_restx.add_changelog_endpoint function to add a changelog endpoint to a Flask-RestX application.

0.3.1 - 2020-07-13

Fixed

  • Keep star character at the end of a line as it can be used to mark as italic.

0.3.0 - 2020-03-01

Changed

  • Information is now stored without star, space or caret at start or end of line.

0.2.0 - 2020-02-24

Added

  • It is now possible to retrieve "Unreleased" information thanks to the show_unreleased parameter. (Thanks Alessandro Ogier)

0.1.0 - 2020-02-17

Added

  • keepachangelog.starlette.add_changelog_endpoint function to add a changelog endpoint to a Starlette application.

0.0.1 - 2020-02-17

Added

  • Initial release.