Browse Source

Merge pull request #2792 from greyli/patch-9

Fix typos in CHANGES.rst
pull/2793/head
David Lord 7 years ago committed by GitHub
parent
commit
027aeecf26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGES.rst

6
CHANGES.rst

@ -198,7 +198,7 @@ Released on April 26th 2018
- Added :meth:`~flask.Flask.test_cli_runner` to create a Click runner - Added :meth:`~flask.Flask.test_cli_runner` to create a Click runner
that can invoke Flask CLI commands for testing. (`#2636`_) that can invoke Flask CLI commands for testing. (`#2636`_)
- Subdomain matching is disabled by default and setting - 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. by passing ``subdomain_matching=True`` to the ``Flask`` constructor.
(`#2635`_) (`#2635`_)
- A single trailing slash is stripped from the blueprint - 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`` - Make ``flask.safe_join`` able to join multiple paths like ``os.path.join``
(pull request ``#1730``). (pull request ``#1730``).
- Revert a behavior change that made the dev server crash instead of returning - 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 - Correctly invoke response handlers for both regular request dispatching as
well as error handlers. well as error handlers.
- Disable logger propagation by default for the app logger. - 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 - :meth:`~flask.Flask.after_request` handlers are now also invoked
if the request dies with an exception and an error handling page if the request dies with an exception and an error handling page
kicks in. 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 for a little longer. This can also be used to trigger custom
requests that do not pop the request stack for testing. requests that do not pop the request stack for testing.
- because the Python standard library caches loggers, the name of - because the Python standard library caches loggers, the name of

Loading…
Cancel
Save