You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,6 @@
2
2
3
3
## ✨ What's New ✨
4
4
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
-
10
5
### Swift
11
6
- Added `@unchecked Sendable` to classes that conform to `FeatureManifestInterface`. ([#6963](https://github.com/mozilla/application-services/pull/6963)
12
7
@@ -21,6 +16,13 @@
21
16
- 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.
22
17
- **Consumers must update their error handling code to match the new `Api { status, code, detail }` shape.**
23
18
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))
0 commit comments