forked from orbit-oss/flask
Added changelog entry for the method registering fix
This commit is contained in:
parent
44e39ab071
commit
72bbeaf056
1 changed files with 2 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -15,6 +15,8 @@ Pending bugfix release.
|
||||||
- Added support for byte strings back to the session system. This broke
|
- Added support for byte strings back to the session system. This broke
|
||||||
compatibility with the common case of people putting binary data for
|
compatibility with the common case of people putting binary data for
|
||||||
token verification into the session.
|
token verification into the session.
|
||||||
|
- Fixed an issue were registering the same method twice for the same endpoint
|
||||||
|
would trigger an exception incorrectly.
|
||||||
|
|
||||||
Version 0.10
|
Version 0.10
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue