-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES
66 lines (40 loc) · 1.4 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Flask-BabelPlus Changelog
=========================
Version 2.3.0
-------------
Unreleased
- Add a lazy method for ngettext named ``lazy_ngettext``.
- Remove the pytz.gae reference as ``pytz`` is available in the standard
Python environment on the Google App Engine.
Version 2.2.0
-------------
Released on May 31th 2020.
- Dropped support for Python 2.7, 3.3 and 3.4
- Fixed a Babel deprecation warning for using ``format_numbers`` instead of
``format_decimal``
Version 2.1.2
-------------
Released on May 29th 2020.
- Fix werkzeug import error ``from werkzeug import ImmutableDict``. PR #3.
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.