Improve CHANGELOG ordering

This commit is contained in:
Héctor Ramón Jiménez 2025-12-07 01:46:00 +01:00
parent 31fcaccf7d
commit 82a3033c44
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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)