Add changelog entry
This commit is contained in:
parent
9b0bd91195
commit
a5709e7850
1 changed files with 4 additions and 0 deletions
|
|
@ -12,8 +12,12 @@ Unreleased
|
|||
- :meth:`flask.RequestContext.copy` includes the current session
|
||||
object in the request context copy. This prevents ``flask.session``
|
||||
pointing to an out-of-date object. (`#2935`)
|
||||
- Using built-in RequestContext, unprintable Unicode characters in Host
|
||||
header will result in a HTTP 400 response and not HTTP 500 as previously.
|
||||
(`#2994`)
|
||||
|
||||
.. _#2935: https://github.com/pallets/flask/issues/2935
|
||||
.. _#2994: https://github.com/pallets/flask/pull/2994
|
||||
|
||||
|
||||
Version 1.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue