Skip to content

Commit

Permalink
add changelog for docs theme and tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 18, 2018
1 parent 5fba092 commit be46acb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ unreleased
- Added :data:`MAX_COOKIE_SIZE` and :attr:`Response.max_cookie_size` to
control when Werkzeug warns about large cookies that browsers may
ignore. (`#2693`_)
- Updated documentation theme to make docs look better in small
windows. (`#2709`_)
- Rewrote the tutorial docs and example project to take a more
structured approach to help new users avoid common pitfalls.
(`#2676`_)

.. _pallets/meta#24: https://github.com/pallets/meta/issues/24
.. _#1421: https://github.com/pallets/flask/issues/1421
Expand Down Expand Up @@ -198,8 +203,10 @@ unreleased
.. _#2635: https://github.com/pallets/flask/pull/2635
.. _#2629: https://github.com/pallets/flask/pull/2629
.. _#2651: https://github.com/pallets/flask/issues/2651
.. _#2676: https://github.com/pallets/flask/pull/2676
.. _#2691: https://github.com/pallets/flask/pull/2691
.. _#2693: https://github.com/pallets/flask/pull/2693
.. _#2709: https://github.com/pallets/flask/pull/2709


Version 0.12.2
Expand Down
2 changes: 1 addition & 1 deletion flask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = '0.13-dev'
__version__ = '1.0-dev'

# utilities we import from Werkzeug and Jinja2 that are unused
# in the module but are exported as public interface.
Expand Down

0 comments on commit be46acb

Please sign in to comment.