summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-07 10:40:06 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-07 10:40:06 +0100
commitd3619b5f69e3688a9ea76b56a072e01f3ca9d9ab (patch)
treee25f711dfa6fff214d19a7d1c358f0928f2a538e /CHANGELOG.md
parent6f97b62457d924ef690d736c1aabe658f9c5778b (diff)
parent2a3778daa349043f5b69a1b264feb5f00d3dd772 (diff)
downloadiced-d3619b5f69e3688a9ea76b56a072e01f3ca9d9ab.tar.gz
iced-d3619b5f69e3688a9ea76b56a072e01f3ca9d9ab.tar.bz2
iced-d3619b5f69e3688a9ea76b56a072e01f3ca9d9ab.zip
Merge pull request #2200 from dtzxporter/run-window-callback
Provide native window access, via "fetch_native_handle" method on window.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28c2fcaa..c62ab531 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Cut functionality for `TextEditor`. [#2215](https://github.com/iced-rs/iced/pull/2215)
- Disabled support for `Checkbox`. [#2109](https://github.com/iced-rs/iced/pull/2109)
- `skip_taskbar` window setting for Windows. [#2211](https://github.com/iced-rs/iced/pull/2211)
-- `fetch_maximized` and `fetch_minimized` window commands. [#2189](https://github.com/iced-rs/iced/pull/2189)
+- `fetch_maximized` and `fetch_minimized` commands in `window`. [#2189](https://github.com/iced-rs/iced/pull/2189)
+- `run_with_handle` command in `window`. [#2200](https://github.com/iced-rs/iced/pull/2200)
- `text_shaping` method for `Tooltip`. [#2172](https://github.com/iced-rs/iced/pull/2172)
- `hovered` styling for `Svg` widget. [#2163](https://github.com/iced-rs/iced/pull/2163)
- Customizable style for `TextEditor`. [#2159](https://github.com/iced-rs/iced/pull/2159)