From 9d0bc52329d8d6e8a725641141cb2242d6238945 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Mon, 21 May 2018 10:26:14 +0800 Subject: [PATCH] Fix typos in CHANGES.rst --- CHANGES.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 12733bfd..9badf51a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -198,7 +198,7 @@ Released on April 26th 2018 - Added :meth:`~flask.Flask.test_cli_runner` to create a Click runner that can invoke Flask CLI commands for testing. (`#2636`_) - Subdomain matching is disabled by default and setting - :data:`SERVER_NAME` does not implicily enable it. It can be enabled + :data:`SERVER_NAME` does not implicitly enable it. It can be enabled by passing ``subdomain_matching=True`` to the ``Flask`` constructor. (`#2635`_) - A single trailing slash is stripped from the blueprint @@ -329,7 +329,7 @@ Released on December 21st 2016, codename Punsch. - Make ``flask.safe_join`` able to join multiple paths like ``os.path.join`` (pull request ``#1730``). - Revert a behavior change that made the dev server crash instead of returning - a Internal Server Error (pull request ``#2006``). + an Internal Server Error (pull request ``#2006``). - Correctly invoke response handlers for both regular request dispatching as well as error handlers. - Disable logger propagation by default for the app logger. @@ -855,7 +855,7 @@ Released on June 18th 2010, codename Rakia - :meth:`~flask.Flask.after_request` handlers are now also invoked if the request dies with an exception and an error handling page kicks in. -- test client has not the ability to preserve the request context +- test client has the ability to preserve the request context for a little longer. This can also be used to trigger custom requests that do not pop the request stack for testing. - because the Python standard library caches loggers, the name of