File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent-bundle 0.13.1 (September 24, 2020)
8
+ - Replace ` HashMap ` based ` FluentMessage ` with ` Vec ` based one.
9
+ - 0.13.1 brings close to 40% performance improvements over 0.12 on our benchmarks!
10
+
7
11
## fluent-bundle 0.13.0 (September 24, 2020)
8
12
- Update to ` fluent-syntax ` 0.10.
9
13
- Add ` FluentBundle::write_pattern ` which can write to pre-allocated buffer.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A localization system designed to unleash the entire expressive power of
5
5
natural language translations.
6
6
"""
7
- version = " 0.13.0 "
7
+ version = " 0.13.1 "
8
8
edition = " 2018"
9
9
authors = [
10
10
" Zibi Braniecki <gandalf@mozilla.com>" ,
Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
- ## fluent 0.13.0 (May 6, 2020)
7
+ ## fluent 0.13.1 (September 24, 2020)
8
+ - Update ` fluent-bundle ` to 0.13.1.
9
+
10
+ ## fluent 0.13.0 (September 24, 2020)
8
11
- Update ` fluent-bundle ` to 0.13.0.
9
12
10
13
## fluent 0.12.0 (May 6, 2020)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A localization system designed to unleash the entire expressive power of
5
5
natural language translations.
6
6
"""
7
- version = " 0.13.0 "
7
+ version = " 0.13.1 "
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