summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-26 20:15:49 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-26 20:15:49 +0200
commit13c8d965d3295c83a6b77b1831db1139833a5b70 (patch)
tree8c0c1d178efcfa4f8087b70bf0de43e23b562555 /CHANGELOG.md
parent94e991a785eddcc1c706a5a7111e1e88b18aef41 (diff)
downloadiced-13c8d965d3295c83a6b77b1831db1139833a5b70.tar.gz
iced-13c8d965d3295c83a6b77b1831db1139833a5b70.tar.bz2
iced-13c8d965d3295c83a6b77b1831db1139833a5b70.zip
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7174bb8..4481008f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Conversion support from `Fn` trait to custom theme. [#1861](https://github.com/iced-rs/iced/pull/1861)
- Configurable border radii on relevant widgets. [#1869](https://github.com/iced-rs/iced/pull/1869)
- `border_radius` styling to `Slider` rail. [#1892](https://github.com/iced-rs/iced/pull/1892)
+- `application_id` in `PlatformSpecific` settings for Linux. [#1963](https://github.com/iced-rs/iced/pull/1963)
- Aliased entries in `text::Cache`. [#1934](https://github.com/iced-rs/iced/pull/1934)
- Text cache modes. [#1938](https://github.com/iced-rs/iced/pull/1938)
- `operate` method for `program::State`. [#1913](https://github.com/iced-rs/iced/pull/1913)