-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CHANGELOG.md and clean up branching and pull request sections of …
…CONTRIBUTING.md
- Loading branch information
1 parent
5853af4
commit f60913b
Showing
3 changed files
with
65 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Changes | ||
|
||
## 5.0.3 | ||
|
||
### Component Changes | ||
|
||
- Upgrade wwdtm from 2.0.2 to 2.0.5 | ||
- Upgrade Flask from 2.0.2 to 2.1.1 | ||
- Upgrade pytz from 2021.3 to 2022.1 | ||
|
||
## 5.0.2 | ||
|
||
### Application Changes | ||
|
||
- Change "API Docs" links on the site to read "API" | ||
|
||
## 5.0.1 | ||
|
||
### Application Changes | ||
|
||
- Update the Site History page to include version 5.0 | ||
- Update the link to the GitHub repository | ||
|
||
## 5.0.0 | ||
|
||
### Component Changes | ||
|
||
- Replace (lib)wwdtm 1.2.x with wwdtm 2.0.2 | ||
- Upgrade Flask from 2.0.1 to 2.0.2 | ||
- Upgrade Materialize CSS from 1.0.0 to 1.1.0-alpha | ||
|
||
### Application Changes | ||
|
||
- Complete restructuring of the Flask application to use Blueprints design | ||
pattern | ||
- Convert the application from using uWSGI to serve the application to | ||
Gunicorn to match the changes made with the Wait Wait Stats API | ||
|
||
### Development Changes | ||
|
||
- Adding tests by way of `pytest` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters