From 90246274dd2f5c5686c2fd792dd3b43771fc7fc3 Mon Sep 17 00:00:00 2001 From: Ethra <107059409+ItsEthra@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:01:14 +0300 Subject: [PATCH] Added CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f311b34 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Unreleased + +* (breaking) Updated to egui `0.29`. +* (breaking) Renamed functions, removed `set_` prefix to fit egui style. [#29] +* Accept either `None` or `Some(duration)` in `set_duration`. [#31] + +[#29]: https://github.com/ItsEthra/egui-notify/pull/29 +[#31]: https://github.com/ItsEthra/egui-notify/pull/31