Skip to content

Commit 2cf35a2

Browse files
Changelog fixups (#7004)
1 parent cd04a4d commit 2cf35a2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
## ✨ What's New ✨
44

5-
### Docs
6-
- Updated the components strategy doc to better reflect the current state of application services. ([#6991](https://github.com/mozilla/application-services/pull/6991))
7-
8-
[Full Changelog](In progress)
9-
105
### Swift
116
- Added `@unchecked Sendable` to classes that conform to `FeatureManifestInterface`. ([#6963](https://github.com/mozilla/application-services/pull/6963)
127

@@ -21,6 +16,13 @@
2116
- Downstream client apps can now handle server errors based on both the `status` and `error_code` fields directly, without additional changes to the Rust component - even as server-side error codes evolve.
2217
- **Consumers must update their error handling code to match the new `Api { status, code, detail }` shape.**
2318

19+
## 🦊 What's Changed 🦊
20+
21+
### Docs
22+
- Updated the components strategy doc to better reflect the current state of application services. ([#6991](https://github.com/mozilla/application-services/pull/6991))
23+
24+
[Full Changelog](In progress)
25+
2426
# v144.0 (_2025-09-15_)
2527

2628
## ✨ What's New ✨

0 commit comments

Comments
 (0)