Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Sep 20, 2024
1 parent b6aa6eb commit 40b213e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
- Rework `LoadResult` to `SfResult` as a more generic error type.
- Use `SfResult` in a lot of APIs that previously returned `Option`, `bool`, or panicked on error.

### Documentation

- Experiment with splitting up methods into different `impl` blocks, for better organization.
See `RenderWindow`'s documentation for example.

## 0.22.0

### Added
Expand Down

0 comments on commit 40b213e

Please sign in to comment.