forked from sh4nks/flask-babelplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
38 lines (24 loc) · 872 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Flask-BabelPlus Changelog
=========================
Version 2.1.1
-------------
Released on October 8th 2017.
- Fix cache not being set on domain.
Version 2.1.0
-------------
Released on May 29th 2017.
- Add speaklater module from 'Flask-Babel', which in turn is forked from
'mitsuhiko/speaklater' that includes some improvements and fixes.
- Timezone and Locale selectors are overridable now.
Version 2.0.0
-------------
Released on May 15th 2017.
- Split the whole extension in multiple smaller files and
use a ``_BabelState`` object to safe the extensions state.
- It is no longer possible to use the formatting utilities without
and initialized Flask-BabelPlus object.
- Add ``force_locale`` function which can temporarily overrides the
currently selected locale.
Previous Versions
-----------------
Prior to 1.6.0, no proper changelog was kept.