Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nie committed Jul 27, 2023
1 parent 90049a0 commit 70de7f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG

## Unreleased

### ⭐ Added

- Plot images can now be rotated [#3182](https://github.com/emilk/egui/pull/2729)

### 🔧 Changed

- The scale of plot images is now in plot coordinates instead of screen coordinates [#3182](https://github.com/emilk/egui/pull/2729)
- Plot polygons can now have a custom fill color, replaced `Polygon::fill_alpha` and `Polygon::color` with `Polygon::fill_color` [#3182](https://github.com/emilk/egui/pull/2729)

## 0.22.0 - 2023-05-23 - A plethora of small improvements
### ⭐ Added
Expand Down

0 comments on commit 70de7f5

Please sign in to comment.