Bug 1797755 - Part 5: Use a single initial mark stack size regardless of whether...
[gecko.git] / third_party / rust / fluent-fallback / CHANGELOG.md
blobb246e03402a9e8cc46102677561abdbf50e624d3
1 # Changelog
3 ## Unreleased
5   - …
7 ## fluent-fallback 0.5.0 (Jul 8, 2021)
8   - Separate out `Bundles` for state management.
10 ## fluent-fallback 0.4.4 (May 3, 2021)
11   - Fix waiting from multiple tasks. (#224)
12   - Bind locale iterator generics of `LocalesProvider` and `BundleGenerator`.
14 ## fluent-fallback 0.4.3 (April 26, 2021)
15   - Align errors even closer to fluent.js
17 ## fluent-fallback 0.4.2 (April 9, 2021)
18   - Align errors closer to fluent.js
20 ## fluent-fallback 0.4.0 (February 9, 2021)
21   - Use `fluent-bundle` 0.15.
23 ## fluent-fallback 0.3.0 (February 3, 2021)
24   - Handle locale management in `Localization`.
26 ## fluent-fallback 0.2.2 (January 16, 2021)
27   - Invalidate bundles on resource list change.
29 ## fluent-fallback 0.2.1 (January 15, 2021)
30   - Add `Localization::is_sync`
32 ## fluent-fallback 0.2.0 (January 12, 2021)
33   - Separate `Sync` and `Async` bundle generators.
34   - Reorganize fallback logic.
35   - Separate out prefetching trait.
36   - Vendor in pin-cell.
38 ## fluent-fallback 0.1.0 (January 3, 2021)
39   - Update `fluent-bundle` to 0.14.
40   - Switch from `elsa` to `chunky-vec`.
41   - Add `Localization::with_generator`.
42   - Add support for Streamed bundles.
43   - Add `LocalizationError`.
44   - Make `L10nKey`, `L10nMessage` and `L10nAttribute` types.
46 ## fluent-fallback 0.0.4 (May 6, 2020)
47   - Update `fluent-bundle` to 0.12.
48   - Update `unic-langid` to 0.9.
50 ## fluent-fallback 0.0.3 (February 13, 2020)
51   - Update `fluent-bundle` to 0.10.
52   - Update `unic-langid` to 0.8.
54 ## fluent-fallback 0.0.2 (November 26, 2019)
55   - Update `fluent-bundle` to 0.9.
56   - Update `unic-langid` to 0.7.
58 ## fluent-fallback 0.0.1 (August 1, 2019)
60   - This is the first release to be listed in the CHANGELOG.
61   - Basic support for language fallbacking and runtime locale changes.