From 69868caaee49a8286470a9d1c4c2bfa18105ef5e Mon Sep 17 00:00:00 2001 From: Thurston Yates Date: Sat, 9 Nov 2024 19:38:23 -0500 Subject: [PATCH] Fix changelog warning --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c48625..4948455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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