File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent-fallback 0.1.0 (January 3, 2021)
8
+ - Update ` fluent-bundle ` to 0.14.
9
+ - Switch from ` elsa ` to ` chunky-vec ` .
10
+ - Add ` Localization::with_generator ` .
11
+ - Add support for Streamed bundles.
12
+ - Add ` LocalizationError ` .
13
+ - Make ` L10nKey ` , ` L10nMessage ` and ` L10nAttribute ` types.
14
+
7
15
## fluent-fallback 0.0.4 (May 6, 2020)
8
16
- Update ` fluent-bundle ` to 0.12.
9
17
- Update ` unic-langid ` to 0.9.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
High-level abstraction model for managing localization resources
5
5
and runtime localization lifecycle.
6
6
"""
7
- version = " 0.0.4 "
7
+ version = " 0.1.0 "
8
8
edition = " 2018"
9
9
authors = [
10
10
" Zibi Braniecki <gandalf@mozilla.com>" ,
You can’t perform that action at this time.
0 commit comments