summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-02 16:15:40 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-02 16:15:40 +0100
commit1049fbbb1c08f2e1348429faa6a8e6050723978e (patch)
tree31e512bb610cbe2cdcd7fbffd362f576b4926ba3 /CHANGELOG.md
parentaea172543cb49f1f1e3625f60b49336f59e26c00 (diff)
parentaa153d04e70101596dda0e4ee7228128cdfa39d6 (diff)
downloadiced-1049fbbb1c08f2e1348429faa6a8e6050723978e.tar.gz
iced-1049fbbb1c08f2e1348429faa6a8e6050723978e.tar.bz2
iced-1049fbbb1c08f2e1348429faa6a8e6050723978e.zip
Merge pull request #2223 from brianch/fix-sysinfo-example
Small fix to the Information struct docs and fix memory info. in the system_information example.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50f47992..1ec347b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -81,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Clippy map transformations. [#2090](https://github.com/iced-rs/iced/pull/2090)
- Inline format args for ease of reading. [#2089](https://github.com/iced-rs/iced/pull/2089)
- Stuck scrolling in `Scrollable` with touch events. [#1940](https://github.com/iced-rs/iced/pull/1940)
+- Incorrect unit in `system::Information`. [#2223](https://github.com/iced-rs/iced/pull/2223)
Many thanks to...
@@ -89,6 +90,7 @@ Many thanks to...
- @arslee07
- @AustinMReppert
- @avsaase
+- @brianch
- @bungoboingo
- @Calastrophe
- @casperstorm
@@ -114,6 +116,7 @@ Many thanks to...
- @nyurik
- @Remmirad
- @ripytide
+- @Tahinli
- @tarkah
- @tzemanovic
- @william-shere