@@ -198,7 +198,7 @@ Released on April 26th 2018
198
198
- Added :meth: `~flask.Flask.test_cli_runner ` to create a Click runner
199
199
that can invoke Flask CLI commands for testing. (`#2636 `_)
200
200
- Subdomain matching is disabled by default and setting
201
- :data: `SERVER_NAME ` does not implicily enable it. It can be enabled
201
+ :data: `SERVER_NAME ` does not implicitly enable it. It can be enabled
202
202
by passing ``subdomain_matching=True `` to the ``Flask `` constructor.
203
203
(`#2635 `_)
204
204
- A single trailing slash is stripped from the blueprint
@@ -329,7 +329,7 @@ Released on December 21st 2016, codename Punsch.
329
329
- Make ``flask.safe_join `` able to join multiple paths like ``os.path.join ``
330
330
(pull request ``#1730 ``).
331
331
- Revert a behavior change that made the dev server crash instead of returning
332
- a Internal Server Error (pull request ``#2006 ``).
332
+ an Internal Server Error (pull request ``#2006 ``).
333
333
- Correctly invoke response handlers for both regular request dispatching as
334
334
well as error handlers.
335
335
- Disable logger propagation by default for the app logger.
@@ -855,7 +855,7 @@ Released on June 18th 2010, codename Rakia
855
855
- :meth: `~flask.Flask.after_request ` handlers are now also invoked
856
856
if the request dies with an exception and an error handling page
857
857
kicks in.
858
- - test client has not the ability to preserve the request context
858
+ - test client has the ability to preserve the request context
859
859
for a little longer. This can also be used to trigger custom
860
860
requests that do not pop the request stack for testing.
861
861
- because the Python standard library caches loggers, the name of
0 commit comments