Skip to content

Commit fef91a3

Browse files
committed
Add 2.0.0 to the changelog.
1 parent 46f1bbc commit fef91a3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
v3.0.0
2+
------
23

34
Major version bump as this version removes support for Python 3.5 and 3.6, along with multiple
45
major 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.

0 commit comments

Comments
 (0)