Browse Source

fixed typo, quote "with" statement

pull/272/merge
ThomasWaldmann 13 years ago committed by Ron DuPlain
parent
commit
e2cb8d2ef1
  1. 2
      CHANGES

2
CHANGES

@ -70,7 +70,7 @@ Released on September 29th 2011, codename Rakija
as defaults.
- Added :attr:`flask.views.View.decorators` to support simpler decorating of
pluggable (class based) views.
- Fixed an issue where the test client if used with the with statement did not
- Fixed an issue where the test client if used with the "with" statement did not
trigger the execution of the teardown handlers.
- Added finer control over the session cookie parameters.
- HEAD requests to a method view now automatically dispatch to the `get`

Loading…
Cancel
Save