Skip to content

Commit cd5c60c

Browse files
committed
docs: Update changelogs with currently merged changes
1 parent 16ed702 commit cd5c60c

File tree

8 files changed

+26
-15
lines changed

8 files changed

+26
-15
lines changed

fluent-bundle/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog
22

33
## Unreleased
4-
- Bump `self_cell` to 1.x
4+
- Implement NUMBER builtin
5+
- Improve examples
6+
- Refactor to remove unnecessary named lifetimes
7+
- Cleanup docs
8+
- Satiate Clippy
9+
- Bump `smallvec` to 1.13
10+
- Bump `rand` to 0.9
11+
- Bump `self_cell` to 1.2
512
- Bump `serde_yaml` to 0.9
613

714
## fluent-bundle 0.15.3 (March 16, 2024)

fluent-fallback/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

33
## Unreleased
4-
5-
-
4+
- Refactor to remove unnecessary named lifetimes
5+
- Cleanup docs
6+
- Satiate Clippy
7+
- Bump `once_cell` to 1.21
68

79
## fluent-fallback 0.7.1 (March 16, 2024)
810
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers

fluent-pseudo/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

33
## Unreleased
4-
5-
-
4+
- Eliminate unsafe block using `once_cell` instead of undefined behavior of mutable reference to mutable static
5+
- Cleanup docs
6+
- Satiate Clippy
7+
- Bump `regex` to 1.11
68

79
## fluent-pseudo 0.3.2 (March 16, 2024)
810
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers

fluent-resmgr/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

33
## Unreleased
4-
5-
-
4+
- Cleanup docs
5+
- Satiate Clippy
6+
- Bump `elsa` to 1.10
67

78
## fluent-resmgr 0.0.7 (March 16, 2024)
89
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers

fluent-syntax/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

33
## Unreleased
4-
- Add module `serializer`.
5-
-
4+
- Add module `serializer`
5+
- De-ambiguate dependencies vs. features
6+
- Cleanup docs
7+
- Satiate Clippy
68

79
## fluent-syntax 0.11.1 (March 16, 2024)
810
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers

fluent-testing/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Changelog
22

33
## Unreleased
4-
5-
-
4+
- Cleanup docs
65

76
## fluent-testing 0.0.4 (March 16, 2024)
87
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers

fluent/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Changelog
22

33
## Unreleased
4-
5-
-
4+
- Cleanup docs
65

76
## fluent 0.16.1 (March 16, 2024)
87
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers

intl-memoizer/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Changelog
22

33
## Unreleased
4-
5-
-
4+
- Cleanup docs
65

76
## intl-memoizer 0.5.2 (March 16, 2024)
87
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers

0 commit comments

Comments
 (0)