Fixed link in changelog to documentation. (#1833)

Using the officially documented, shortcut package path of the `Config` class instead of the actual one.
This commit is contained in:
Jochen Kupperschmidt 2016-05-30 23:20:23 +02:00 committed by Markus Unterwaditzer
parent ba07f5bd81
commit 9c46969890

View file

@ -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.