Fix PyPy3 support and add bug references

Fix #1841
This commit is contained in:
Markus Unterwaditzer 2016-06-13 20:29:21 +02:00
parent 724f04d305
commit 6e46d0cd39
2 changed files with 20 additions and 5 deletions

View file

@ -3,6 +3,13 @@ Flask Changelog
Here you can see the full list of changes between each Flask release.
Version 0.11.2
--------------
Bugfix release, unreleased
- Fix crash when running under PyPy3, see pull request ``#1814``.
Version 0.11.1
--------------