From d1699c8fed8be2d21eb9c1b8e43b3670e1921a3e Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 14 Aug 2023 16:34:58 +0200 Subject: [PATCH] Remove changelog entry --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f10649dd..fc129dd8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,6 @@ This file is updated upon each release. Changes since the last release can be found by running the `scripts/generate_changelog.py` script. -### Added -* Added plot axis labels and the required API to customize them. ([#2284](https://github.com/emilk/egui/pull/2284)) -* Added support for multiple x-axis- and y-axis-labels and -ticks per plot. ([#2284](https://github.com/emilk/egui/pull/2284)) - -### Fixed -* Draw plot ticks outside of plotting window. ([#2284](https://github.com/emilk/egui/pull/2284)) - ## 0.22.0 - 2023-05-23 - A plethora of small improvements ### ⭐ Added * Scroll bar visibility options [#2729](https://github.com/emilk/egui/pull/2729) (thanks [@IVAN-MK7](https://github.com/IVAN-MK7)!)