Skip to content

Commit

Permalink
Some minor changelog corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Jul 17, 2024
1 parent 2ef01bf commit c0b4aaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ All notable changes to this project are documented in this file.

- Added missing implementation of the `Error` for some of the errors
- allow all clippy warnings in generated code
- Add `slint::Image::image_buffer()` getter to obtain pixels for a `slint::Image` if available.
- Added `slint::Image::to_rgb8()/to_rgba8()/to_rgba8_premultiplied()` to obtain pixels for a `slint::Image` if available.
- Fix panic in `slint::Timer` when a new timer is started while stopping another.
- Added `slint::Window::take_snapshot()`

### Interpreter
- Track model lenght change when accessing a model out of bounds

- Track model length change when accessing a model out of bounds
- added API to obtain list of functions
- Deprecated `slint_interpreter::ComponentCompiler` in favor of `slint_interpreter::Compiler` which
supports compiling multiple components.
Expand Down

0 comments on commit c0b4aaa

Please sign in to comment.