Skip to content

Commit 5d98532

Browse files
committed
docs(i18n-embed, i18n-embed-fl): Update changelogs with recent changes
1 parent 3274a55 commit 5d98532

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

i18n-embed-fl/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog for `i18n-embed-fl`
22

3+
## master
4+
5+
### New Features
6+
7+
+ Dashmap is now an optional dependency. Part of ongoing fix for [#131](https://github.com/kellpossible/cargo-i18n/issues/144) to reduce the number of dependencies. Thanks to [@mrtryhard](https://github.com/mrtryhard) for the contribution and [@bikeshedder](https://github.com/bikeshedder) for the review!
8+
9+
### Fixes
10+
11+
+ Support recursive message argument resolution. Fix for [#144](https://github.com/kellpossible/cargo-i18n/issues/144). Many thanks to [@cbs228](https://github.com/cbs228) for this contribution.
12+
313
## v0.9.3
414

515
### Internal

i18n-embed/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for `i18n-embed`
22

3+
## master
4+
5+
### New Features
6+
7+
+ Add `FluentLanguageLoader::with_fluent_message_and_bundle()`. This method functions like `with_fluent_message()`, but it also returns the `FluentBundle` which owns the message. As part of implementation of [#144](https://github.com/kellpossible/cargo-i18n/issues/144). Many thanks to [@cbs228](https://github.com/cbs228) for this contribution.
8+
39
## v0.15.3
410

511
### Internal

0 commit comments

Comments
 (0)