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.
|
||||||
1
docs/changelog.rst
Normal file
1
docs/changelog.rst
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
.. include:: ../CHANGES
|
||||||
|
|
@ -25,8 +25,8 @@ following links:
|
||||||
.. _Jinja2: http://jinja.pocoo.org/2/
|
.. _Jinja2: http://jinja.pocoo.org/2/
|
||||||
.. _Werkzeug: http://werkzeug.pocoo.org/
|
.. _Werkzeug: http://werkzeug.pocoo.org/
|
||||||
|
|
||||||
Textual Documentation
|
User's Guide
|
||||||
---------------------
|
------------
|
||||||
|
|
||||||
This part of the documentation is written text and should give you an idea
|
This part of the documentation is written text and should give you an idea
|
||||||
how to work with Flask. It's a series of step-by-step instructions for
|
how to work with Flask. It's a series of step-by-step instructions for
|
||||||
|
|
@ -43,11 +43,21 @@ web development.
|
||||||
patterns/index
|
patterns/index
|
||||||
deploying/index
|
deploying/index
|
||||||
becomingbig
|
becomingbig
|
||||||
|
|
||||||
|
Additional Notes
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Design notes, legal information and changelog are here for the interested:
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
design
|
design
|
||||||
license
|
license
|
||||||
|
changelog
|
||||||
|
|
||||||
Reference
|
API Reference
|
||||||
---------
|
-------------
|
||||||
|
|
||||||
If you are looking for information on a specific function, class or
|
If you are looking for information on a specific function, class or
|
||||||
method, this part of the documentation is for you:
|
method, this part of the documentation is for you:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue