mirror of https://github.com/pallets/flask.git
Fixed a typo
This commit is contained in:
parent
dfdcac2292
commit
dda373823b
2
CHANGES
2
CHANGES
|
@ -15,7 +15,7 @@ Version 0.10.1
|
||||||
- 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
|
- Fixed an issue where registering the same method twice for the same endpoint
|
||||||
would trigger an exception incorrectly.
|
would trigger an exception incorrectly.
|
||||||
|
|
||||||
Version 0.10
|
Version 0.10
|
||||||
|
|
Loading…
Reference in New Issue