Skip to content

Commit

Permalink
Fix changelog warning
Browse files Browse the repository at this point in the history
  • Loading branch information
unwieldycat committed Nov 10, 2024
1 parent 218e71d commit 69868ca
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 @@ -8,11 +8,11 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

Robodash 2.1.2 provides a fix for the image widget.

> [!WARNING] This update has a breaking change
> [!WARNING]
>
> When constructing an `rd::Image` with a C array, you must pass a pointer to
> your `lv_img_dsc_t` instead of a reference. This is to prevent a dangling
> pointer.
> This update has a breaking change. When constructing an `rd::Image` with a C
> array, you must pass a pointer to your `lv_img_dsc_t` instead of a reference.
> This is to prevent a dangling pointer.
### Fixed

Expand Down

0 comments on commit 69868ca

Please sign in to comment.