forked from orbit-oss/flask
Added changelog, restructured docs a bit.
This commit is contained in:
parent
f6b9efc1e9
commit
260b4dfe61
3 changed files with 35 additions and 4 deletions
20
CHANGES
Normal file
20
CHANGES
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Flask Changelog
|
||||
===============
|
||||
|
||||
Here you can see the full list of changes between each Flask release.
|
||||
|
||||
Version 0.2
|
||||
-----------
|
||||
|
||||
[unreleased; current development version]
|
||||
|
||||
- various bugfixes
|
||||
- integrated JSON support
|
||||
- added :func:`~flask.get_template_attribute` helper function.
|
||||
- :meth:`~flask.Flask.add_url_rule` can now also register a
|
||||
view function.
|
||||
|
||||
Version 0.1
|
||||
-----------
|
||||
|
||||
First public preview release.
|
||||
Loading…
Add table
Add a link
Reference in a new issue