File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11Version 2.2.3
22-------------
33
4- Unreleased
4+ Released 2023-02-15
55
6- - Autoescaping is now enabled by default for ``.svg `` files. Inside
7- templates this behavior can be changed with the ``autoescape `` tag.
8- :issue: `4831 `
6+ - Autoescape is enabled by default for ``.svg `` template files. :issue: `4831 `
97- Fix the type of ``template_folder `` to accept ``pathlib.Path ``. :issue: `4892 `
108- Add ``--debug `` option to the ``flask run `` command. :issue: `4777 `
119
Original file line number Diff line number Diff line change 4242from .templating import stream_template as stream_template
4343from .templating import stream_template_string as stream_template_string
4444
45- __version__ = "2.2.3.dev "
45+ __version__ = "2.2.3"
4646
4747
4848def __getattr__ (name ):
You can’t perform that action at this time.
0 commit comments