Browse Source

Fixed link in changelog to documentation. (#1833)

Using the officially documented, shortcut package path of the `Config` class instead of the actual one.
pull/1838/head
Jochen Kupperschmidt 8 years ago committed by Markus Unterwaditzer
parent
commit
9c46969890
  1. 2
      CHANGES

2
CHANGES

@ -26,7 +26,7 @@ Released on May 29th 2016, codename Absinthe.
from a view function.
- Added :meth:`flask.Config.from_json`.
- Added :attr:`flask.Flask.config_class`.
- Added :meth:`flask.config.Config.get_namespace`.
- Added :meth:`flask.Config.get_namespace`.
- Templates are no longer automatically reloaded outside of debug mode. This
can be configured with the new ``TEMPLATES_AUTO_RELOAD`` config key.
- Added a workaround for a limitation in Python 3.3's namespace loader.

Loading…
Cancel
Save