From f2b8d4155fdf59a861608277e334695506a1de75 Mon Sep 17 00:00:00 2001 From: Kaur Kuut Date: Tue, 22 Oct 2024 15:02:28 +0300 Subject: [PATCH] Add changelog entry. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0fb248e2..8fdd1ae47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ You can find its changes [documented below](#083---2023-02-28). ### Changed +- Windows: Custom cursor is now encapsulated by `Rc` instead of `Arc`. ([#2409] by [@xStrom]) + ### Deprecated ### Removed @@ -1237,6 +1239,7 @@ Last release without a changelog :( [#2375]: https://github.com/linebender/druid/pull/2375 [#2378]: https://github.com/linebender/druid/pull/2378 [#2380]: https://github.com/linebender/druid/pull/2380 +[#2409]: https://github.com/linebender/druid/pull/2409 [Unreleased]: https://github.com/linebender/druid/compare/v0.8.3...master [0.8.3]: https://github.com/linebender/druid/compare/v0.8.2...v0.8.3