Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 652 Bytes

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 652 Bytes

Change Log

[1.0.2] 2022-01-16

Improvements

  • Bump Flask Codebase to v2stable.0.1
  • Dependencies update (all packages)
    • Flask==2.0.2 (latest stable version)
    • flask_wtf==1.0.0
    • jinja2==3.0.3
    • flask-restx==0.5.1
  • Forms Update:
    • Replace TextField (deprecated) with StringField

[1.0.1] 2022-01-07

Improvements

  • Added Error Pages
    • 404, 403, and 500

[1.0.0] 2022-01-07

Initial Release