Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Sep 12, 2024
1 parent f02a66c commit 3977432
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Unreleased

### Breaking:

- Change return type of `Structure::destroy` from `i8` to `Result<(), ErrorCode>`.
- Change return type of `Structure::destroy` from `i8` to `Result<(), ErrorCode>`
- Change inner u8 of `RoomCoordinate` to private
- Use `f64` instead of `u64` to work around bindgen expecting `BigInt` return values

0.22.0 (2024-08-27)
===================
Expand Down

0 comments on commit 3977432

Please sign in to comment.