Add Flask.config_class to changelog

This commit is contained in:
Daniel Neuhäuser 2014-02-20 19:15:42 +01:00
parent 66e51d5be7
commit 3f8e29b12c
2 changed files with 3 additions and 0 deletions

View file

@ -182,6 +182,8 @@ class Flask(_PackageBoundObject):
#:
#: 1. Default values for certain config options.
#: 2. Access to config values through attributes in addition to keys.
#:
#: .. versionadded:: 1.0
config_class = Config
#: The debug flag. Set this to `True` to enable debugging of the