forked from bittobennichan/flask-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
38 lines (24 loc) · 764 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Changelog
=========
Changes between each release.
Version 1.1.2
-------------
Released on Jan 25, 2020
* Added .gtikeep file in app/templates/common, app/models folders.
Version 1.1.1
-------------
Released on October 28, 2019
* Added .gtikeep file in js, css and img folders in app/static.
Version 1.1.0
-------------
Released on October 17, 2019.
* Included tests folder and sample test file.
* Included 'testing' environment.
* TESTING is now set to False by default in 'development' environment.
* Included instance folder and example_config.py.
* The .gitignore file set to exclude all files in instance folder except example_config.py.
Version 1.0.0
-------------
Released on October 16th, 2019.
* First release of flask-quickstart
* Public API