Skip to content

Commit 62e4db5

Browse files
author
Joe Gasewicz
committed
release 0.2.1
1 parent 883cb4c commit 62e4db5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Changed
44

5+
**Release 0.2.1** - 2021-12-07
6+
- Lazily load via_ checking db.Model & flask instance 🪲 [Issue #111](https://github.com/joegasewicz/flask-file-upload/issues/111)
7+
- Updated readme for properly importing the module 🎈 [Issue #121](https://github.com/joegasewicz/flask-file-upload/issues/121)
8+
59
**Release 0.2.0** - 2021-06-04
610
- not setting commit_session should warn not throw 🪲 [Issue #113](https://github.com/joegasewicz/flask-file-upload/issues/113)
711
- Let user by default commit the session 🎈 [Issue #112](https://github.com/joegasewicz/flask-file-upload/issues/112)
@@ -15,7 +19,5 @@
1519
- Fixed bug for init_app method from regression bug 🪲 [Issue #99](https://github.com/joegasewicz/flask-file-upload/issues/99)
1620
- Fixed bug for init_app method from regression bug 🪲 [Issue #97](https://github.com/joegasewicz/flask-file-upload/issues/97)
1721

18-
**Unrelease
19-
- Lazily load via checking db.Model & flask instance 🪲 [Issue #111](https://github.com/joegasewicz/flask-file-upload/issues/111)
20-
- Tests for Python 3.10 🎈 [Issue #124](https://github.com/joegasewicz/flask-file-upload/issues/124)
21-
- Updated readme for properly importing the module 🎈 [Issue #121](https://github.com/joegasewicz/flask-file-upload/issues/121)
22+
**Unreleased
23+

0 commit comments

Comments
 (0)