We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06d695 commit 6e89a7aCopy full SHA for 6e89a7a
README.md
@@ -13,6 +13,22 @@ for you if you install this library.
13
14
The latest documentation is available [here][docs].
15
16
+# Changelog
17
+
18
+## v1.0.0 - 06/02/2020
19
20
+Starting with version 1, flask-babel has changed to
21
+[Semantic Versioning][semver].
22
23
+### Changed
24
25
+- pytz is an explicit dependency. (#14)
26
+- pytz.gae, used for Google App Engine, is no longer necessary and has been
27
+ removed. (#153)
28
+- Fixed a deprecated werkzeug import (#158).
29
+- Fix issues switching locales in threaded contexts (#125).
30
31
[babel]: https://github.com/python-babel/babel
32
[pytz]: https://pypi.python.org/pypi/pytz/
33
[docs]: https://pythonhosted.org/Flask-Babel/
34
+[semver]: https://semver.org/
0 commit comments