From 82a3033c44b4fe9a03747198f959fb05406a6a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sun, 7 Dec 2025 01:46:00 +0100 Subject: [PATCH] Improve `CHANGELOG` ordering --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 121ac451..bd572d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `comet` debugger and `devtools` foundations. [#2879](https://github.com/iced-rs/iced/pull/2879) - Presentation metrics for `comet`. [#2881](https://github.com/iced-rs/iced/pull/2881) - Custom performance metrics for `comet`. [#2891](https://github.com/iced-rs/iced/pull/2891) -- Headless mode for `iced_wgpu` and concurrency foundations. [#2857](https://github.com/iced-rs/iced/pull/2857) - Smart scrollbars. [#2922](https://github.com/iced-rs/iced/pull/2922) - System theme reactions. [#3051](https://github.com/iced-rs/iced/pull/3051) - `table` widget. [#3018](https://github.com/iced-rs/iced/pull/3018) @@ -33,11 +32,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Customizable markdown rendering and image support. [#2786](https://github.com/iced-rs/iced/pull/2786) - Quote support for `markdown` widget. [#3005](https://github.com/iced-rs/iced/pull/3005) - Tasklist support for `markdown` widget. [#3022](https://github.com/iced-rs/iced/pull/3022) +- `crisp` feature for default quad snapping. [#2969](https://github.com/iced-rs/iced/pull/2969) - Basic layer merging for `graphics::layer::Stack`. [#3033](https://github.com/iced-rs/iced/pull/3033) +- Headless mode for `iced_wgpu` and concurrency foundations. [#2857](https://github.com/iced-rs/iced/pull/2857) - Primitive culling in `column` and `row` widgets. [#2611](https://github.com/iced-rs/iced/pull/2611) - Lazy `Compositor` initialization in `winit` shell. [#2722](https://github.com/iced-rs/iced/pull/2722) - Support for `Justified` text alignment. [#2836](https://github.com/iced-rs/iced/pull/2836) -- `crisp` feature for default quad snapping. [#2969](https://github.com/iced-rs/iced/pull/2969) - Support for double click event to `mouse_area`. [#2602](https://github.com/iced-rs/iced/pull/2602) - `Default` implementation for `iced_wgpu::geometry::Cache`. [#2619](https://github.com/iced-rs/iced/pull/2619) - `physical_key` field to `KeyReleased` event. [#2608](https://github.com/iced-rs/iced/pull/2608)