Skip to content

Commit 6e89a7a

Browse files
committed
Include changelog in README.
1 parent e06d695 commit 6e89a7a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ for you if you install this library.
1313

1414
The latest documentation is available [here][docs].
1515

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+
1631
[babel]: https://github.com/python-babel/babel
1732
[pytz]: https://pypi.python.org/pypi/pytz/
1833
[docs]: https://pythonhosted.org/Flask-Babel/
34+
[semver]: https://semver.org/

0 commit comments

Comments
 (0)