Skip to content

Commit

Permalink
Fix logging entry in CHANGELOG (mozilla#2302)
Browse files Browse the repository at this point in the history
This wasn't released in 0.28.2.
  • Loading branch information
bendk committed Nov 9, 2024
1 parent 1a4a949 commit 50ef7e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
- Kotlin: Proc-macros exporting an `impl Trait for Struct` block now has a class inheritance
hierarcy to reflect that. [#2297](https://github.com/mozilla/uniffi-rs/pull/2297)

- Removed the `log` dependency and logging statements about FFI calls. These were not really useful
to consumers and could have high overhead when lots of FFI calls are made. Instead, the
`ffi-trace` feature can be used to get tracing-style printouts about the FFI.

[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.28.2...HEAD).

### What's changed?
Expand All @@ -32,10 +36,6 @@

### What's new?

- Removed the `log` dependency and logging statements about FFI calls. These were not really useful
to consumers and could have high overhead when lots of FFI calls are made. Instead, the
`ffi-trace` feature can be used to get tracing-style printouts about the FFI.

- Added the `uniffi-bindgen-swift` binary. It works like `uniffi-bindgen` but with additional
Swift-specific features. See
https://mozilla.github.io/uniffi-rs/latest/swift/uniffi-bindgen-swift.html for details.
Expand Down

0 comments on commit 50ef7e9

Please sign in to comment.