Skip to content

Commit

Permalink
Merge pull request #2792 from greyli/patch-9
Browse files Browse the repository at this point in the history
Fix typos in CHANGES.rst
  • Loading branch information
davidism committed May 21, 2018
2 parents cae0378 + 9d0bc52 commit 027aeec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 027aeec

Please sign in to comment.