Skip to content

Commit 52ffd0a

Browse files
committed
Docs: mention fix for flask compatibility with standard library hooks in What's New for v0.13.0 (issue #79)
1 parent ca0615e commit 52ffd0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/whatsnew.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Bug fixes
5858
---------
5959

6060
- Use a private logger instead of the global logger in
61-
``future.standard_library`` (issue #82).
61+
``future.standard_library`` (issue #82). This restores compatibility of the
62+
standard library hooks with ``flask`` (issue #79).
6263
- Stage 1 of ``futurize`` no longer renames ``next`` methods to ``__next__``
6364
(issue #81). It still converts ``obj.next()`` method calls to
6465
``next(obj)`` correctly.

0 commit comments

Comments
 (0)