You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ This file is updated upon each release.
5
5
Changes since the last release can be found at <https://github.com/emilk/egui_plot/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
6
6
7
7
8
+
## 0.36.0 - 2026-06-26
9
+
10
+
Full diff at https://github.com/emilk/egui_plot/compare/0.35.0..HEAD
11
+
12
+
#### PRs
13
+
* Replace `impl Into<f32>` parameters with just `f32`[#249](https://github.com/emilk/egui_plot/pull/249) by [@emilk](https://github.com/emilk)
14
+
* Fix broken relative README links on crates.io [#247](https://github.com/emilk/egui_plot/pull/247) by [@Burrdi](https://github.com/Burrdi)
15
+
* Provide element index with label_formatter [#138](https://github.com/emilk/egui_plot/pull/138) by [@upsj](https://github.com/upsj)
16
+
* Update egui to 0.35 [#250](https://github.com/emilk/egui_plot/pull/250) by [@lucasmerlin](https://github.com/lucasmerlin)
17
+
8
18
9
19
## 0.35.0 - 2026-03-26
10
20
* Update to egui 0.34 [#239](https://github.com/emilk/egui_plot/pull/239) by [@emilk](https://github.com/emilk)
0 commit comments