From 4092f9a6d733ccd74e6cb51bb63e41229e63762b Mon Sep 17 00:00:00 2001 From: awakening Date: Wed, 23 Feb 2022 01:42:49 +0700 Subject: [PATCH] Update changelog --- epaint/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/epaint/CHANGELOG.md b/epaint/CHANGELOG.md index eb83894ce92c..ed893f6688c9 100644 --- a/epaint/CHANGELOG.md +++ b/epaint/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to the epaint crate will be documented in this file. ## Unreleased +* Added more text wrapping options ([#1291](https://github.com/emilk/egui/pull/1291)): + * Added `TextWrapping` struct containing all wrapping options. + * Added `LayoutJob::wrap` field containing these options. + * Moved `LayoutJob::wrap_width` to `TextWrapping::max_width`. + * Added `TextWrapping::max_lines` to limit amount of lines the text should have. + * Added `TextWrapping::break_anywhere` to control should the text break at appropriate places or not. + * Added `TextWrapping::overflow_character` to specify what character should be used to represent clipped text. ## 0.17.0 - 2022-02-22