Skip to content

Commit

Permalink
Solve PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Jul 24, 2024
1 parent 32e36ee commit 6191b22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
x.y.z Release notes (yyyy-MM-dd)
=============================================================
### Enhancements
* Added support for setting the log level for a category in `Logger`. User will have more fine grained control over
the log level for each category.
* Added support for filtering logs by category. Users wil have more fine grained control over
the log level for each category as well.
```swift
Logger.setLogLevel(.info, category: Category.Storage.transactions)
```
* Code sign our published xcframeworks. By Apple's requirements, we should sign our release
binaries so Xcode can validate it was signed by the same developer on every new version.
([Apple](https://developer.apple.com/support/third-party-SDK-requirements/)).
* Throw any sync errors tagged with warning action from the server via the sync error handler.
* Report sync warnings from the server such as sync being disabled server-side to the sync error handler.
([#8020](https://github.com/realm/realm-swift/issues/8020)).

Expand Down

0 comments on commit 6191b22

Please sign in to comment.