summaryrefslogtreecommitdiff
path: root/crates/epaint/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/epaint/CHANGELOG.md')
-rw-r--r--crates/epaint/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/epaint/CHANGELOG.md b/crates/epaint/CHANGELOG.md
index 4e222f85..b5fc33f6 100644
--- a/crates/epaint/CHANGELOG.md
+++ b/crates/epaint/CHANGELOG.md
@@ -5,6 +5,11 @@ This file is updated upon each release.
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
+## 0.27.1 - 2024-03-29
+* Fix visual glitch on the right side of highly rounded rectangles [#4244](https://github.com/emilk/egui/pull/4244)
+* Prevent visual glitch when shadow blur width is very high [#4245](https://github.com/emilk/egui/pull/4245)
+
+
## 0.27.0 - 2024-03-26
* Add `ColorImage::from_gray_iter` [#3536](https://github.com/emilk/egui/pull/3536) (thanks [@wangxiaochuTHU](https://github.com/wangxiaochuTHU)!)
* Convenience const fn for `Margin`, `Rounding` and `Shadow` [#4080](https://github.com/emilk/egui/pull/4080) (thanks [@0Qwel](https://github.com/0Qwel)!)