no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / third_party / rust / fluent-fallback / CHANGELOG.md
blob1c6598c441e297ab7d86190cfedf41ce9bbba668
1 # Changelog
3 ## Unreleased
5   - …
7 ## fluent-fallback 0.7.0 (Nov 9, 2022)
8   - The `ResourceId`s are now stored as a `HashSet` rather than as a Vec. Adding a
9     duplicate `ResourceId` is now a noop.
11 ## fluent-fallback 0.6.0 (Dec 17, 2021)
12   - Add `ResourceId` struct which allows fluent resources to be optional.
14 ## fluent-fallback 0.5.0 (Jul 8, 2021)
15   - Separate out `Bundles` for state management.
17 ## fluent-fallback 0.4.4 (May 3, 2021)
18   - Fix waiting from multiple tasks. (#224)
19   - Bind locale iterator generics of `LocalesProvider` and `BundleGenerator`.
21 ## fluent-fallback 0.4.3 (April 26, 2021)
22   - Align errors even closer to fluent.js
24 ## fluent-fallback 0.4.2 (April 9, 2021)
25   - Align errors closer to fluent.js
27 ## fluent-fallback 0.4.0 (February 9, 2021)
28   - Use `fluent-bundle` 0.15.
30 ## fluent-fallback 0.3.0 (February 3, 2021)
31   - Handle locale management in `Localization`.
33 ## fluent-fallback 0.2.2 (January 16, 2021)
34   - Invalidate bundles on resource list change.
36 ## fluent-fallback 0.2.1 (January 15, 2021)
37   - Add `Localization::is_sync`
39 ## fluent-fallback 0.2.0 (January 12, 2021)
40   - Separate `Sync` and `Async` bundle generators.
41   - Reorganize fallback logic.
42   - Separate out prefetching trait.
43   - Vendor in pin-cell.
45 ## fluent-fallback 0.1.0 (January 3, 2021)
46   - Update `fluent-bundle` to 0.14.
47   - Switch from `elsa` to `chunky-vec`.
48   - Add `Localization::with_generator`.
49   - Add support for Streamed bundles.
50   - Add `LocalizationError`.
51   - Make `L10nKey`, `L10nMessage` and `L10nAttribute` types.
53 ## fluent-fallback 0.0.4 (May 6, 2020)
54   - Update `fluent-bundle` to 0.12.
55   - Update `unic-langid` to 0.9.
57 ## fluent-fallback 0.0.3 (February 13, 2020)
58   - Update `fluent-bundle` to 0.10.
59   - Update `unic-langid` to 0.8.
61 ## fluent-fallback 0.0.2 (November 26, 2019)
62   - Update `fluent-bundle` to 0.9.
63   - Update `unic-langid` to 0.7.
65 ## fluent-fallback 0.0.1 (August 1, 2019)
67   - This is the first release to be listed in the CHANGELOG.
68   - Basic support for language fallbacking and runtime locale changes.