-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
10 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 |
---|---|---|
@@ -1,18 +1,31 @@ | ||
### 0.1.1 | ||
# Change Log | ||
|
||
(November 28th, 2015) | ||
## [0.2.0] - 2016-10-06 | ||
|
||
##### Fixes | ||
### Changed | ||
|
||
- Changes internals to be compatible with the latest Orator version. | ||
- Automatically returns a 404 error when `ModelNotFound` is raised. | ||
- Adds support for directly returning Orator objects. | ||
|
||
|
||
## [0.1.1] - 2015-11-28 | ||
|
||
### Fixed | ||
|
||
- `Orator` class no longer inherits from `DatabaseManager` to avoid errors when setting up teardown context. | ||
|
||
##### Improvements | ||
### Changed | ||
|
||
- Automatically disconnects after a request. | ||
|
||
|
||
### 0.1 | ||
## [0.1] - 2015-07-07 | ||
|
||
Initial release | ||
|
||
|
||
(July 7th, 2015) | ||
|
||
- Initial release | ||
[0.2.0]: https://github.com/sdispater/flask-orator/releases/tag/0.2.0 | ||
[0.1.1]: https://github.com/sdispater/flask-orator/releases/tag/0.1.1 | ||
[0.1]: https://github.com/sdispater/flask-orator/releases/tag/0.1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
VERSION = '0.1.1' | ||
VERSION = '0.2.0' |