From e10277c900092ce999736a30998f63c04bf418d1 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 1 Jul 2024 08:52:47 +0800 Subject: [PATCH] Add PR number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ecce4..899d2f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Unreleased - Move from `objc` crates to `objc2` crates. - Fix `AsyncFileDialog` blocking the executor on Windows (#191) -- Add `TDF_SIZE_TO_CONTENT` to `TaskDialogIndirect` config so that it can display long text without truncating/wrapping +- Add `TDF_SIZE_TO_CONTENT` to `TaskDialogIndirect` config so that it can display longer text without truncating/wrapping (80 characters instead of 55) (#202) ## 0.14.0 - i18n for GTK and XDG Portal