Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 554 Bytes

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 554 Bytes

Change Log

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.1.2] - 2020-10-02

Added

  • CRUD user
  • CRUD rol
  • pagination SqlAlchemy

Changed

Fixed

[0.1.1] - 2020-10-02

Added

  • Cors middleware all origin

Changed

  • remove login OAuth2PasswordRequestForm

Fixed

[0.1.0] - 2020-10-02

Added

  • login with OAuth2PasswordRequestForm

Changed

Fixed