Skip to content

Commit

Permalink
Update README.md v0.8.0+v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arg0d committed Feb 8, 2024
1 parent ce23ac2 commit db76d1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
----

### v0.8.0+v0.25.0

- **BREAKING**: Change default visibility modifier from `public` to `internal` for "exported" uniffi symbols
- Fix incorrect ordering of record fields with default values
- Make generated bindings compatible with .NET framework `4.8`
- `uniffi-bindgen-cs` will format generated bindings using csharpier, if it's installed
- Prefix generated bindings file with `// <auto-generated/>`

----

### v0.7.0+v0.25.0

- **BREAKING**: Emit `byte[]` instead of `List<byte>` for `bytes` type [#53](https://github.com/NordSecurity/uniffi-bindgen-cs/pull/53).
Expand Down

0 comments on commit db76d1c

Please sign in to comment.