Skip to content

Commit

Permalink
Add 2.0.0 to the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Jan 16, 2023
1 parent 46f1bbc commit fef91a3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
v3.0.0
------

Major version bump as this version removes support for Python 3.5 and 3.6, along with multiple
major breaking changes. Hope you've been following SemVer :)
Expand All @@ -13,4 +14,18 @@ major breaking changes. Hope you've been following SemVer :)
either when the Babel() object is created or when init_app() is called. This is to support
having a single Babel object for multiple Flask apps (#107) as well as to simplify settings
and multi-threaded state.
- Most configuration options can be passed directly through init_app().
- Most configuration options can be passed directly through init_app().

v2.0.0
------

Starting with version 2, flask-babel drops official support for Python2.
Python versions 3.5 through 3.9-beta1 are tested and supported, as well as pypy3.

- Tests moved from unittest to pytest (#163)
- Domain and caching support from Flask-BabelEx (#163)
- Documentation moved from python-hosted to Github Pages.
- CI moved from Travisci to Github Actions
- Small documentation improvements.
- Removed uncessary checks on get_translations() (#127, #126)
- localeselector and timezoneselector can be changed after creation.

0 comments on commit fef91a3

Please sign in to comment.