From 67fa8a9e7fe1d191bb0647b9be5171bc1dc6a5a8 Mon Sep 17 00:00:00 2001 From: Ygor Souza Date: Thu, 6 Apr 2023 23:49:09 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008bcda06c7..143f3b285c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG * Add `char_limit` to `TextEdit` singleline mode to limit the amount of characters * ⚠️ BREAKING: `Plot::link_axis` and `Plot::link_cursor` now take the name of the group ([#2410](https://github.com/emilk/egui/pull/2410)). * Update `Plot::allow_zoom` and `Plot::allow_drag` to allow setting those values for X and Y axes independently ([#2901](https://github.com/emilk/egui/pull/2901)). +* Add `ProgressBar::rounding` to enable progress bars with sharp corners ([#2881](https://github.com/emilk/egui/pull/2881)). ## 0.21.0 - 2023-02-08 - Deadlock fix and style customizability * ⚠️ BREAKING: `egui::Context` now use closures for locking ([#2625](https://github.com/emilk/egui/pull/2625)):