File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 11v3.0.0
2+ ------
23
34Major version bump as this version removes support for Python 3.5 and 3.6, along with multiple
45major breaking changes. Hope you've been following SemVer :)
@@ -13,4 +14,18 @@ major breaking changes. Hope you've been following SemVer :)
1314 either when the Babel() object is created or when init_app() is called. This is to support
1415 having a single Babel object for multiple Flask apps (#107) as well as to simplify settings
1516 and multi-threaded state.
16- - Most configuration options can be passed directly through init_app().
17+ - Most configuration options can be passed directly through init_app().
18+
19+ v2.0.0
20+ ------
21+
22+ Starting with version 2, flask-babel drops official support for Python2.
23+ Python versions 3.5 through 3.9-beta1 are tested and supported, as well as pypy3.
24+
25+ - Tests moved from unittest to pytest (#163)
26+ - Domain and caching support from Flask-BabelEx (#163)
27+ - Documentation moved from python-hosted to Github Pages.
28+ - CI moved from Travisci to Github Actions
29+ - Small documentation improvements.
30+ - Removed uncessary checks on get_translations() (#127, #126)
31+ - localeselector and timezoneselector can be changed after creation.
You can’t perform that action at this time.
0 commit comments