From f43176164c193fa3b9eb0f7b7ba0e004944ff958 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Sun, 20 Sep 2020 00:05:29 +0300 Subject: [PATCH] Fix changelog --- CHANGELOG.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index d2ffd4e..ed9eff4 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -586,7 +586,8 @@ by setting the environment variable `WINIT_HIDPI_FACTOR=1` if you use X11. - Initial release with cimgui/imgui 1.44, glium 0.9 -[Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/Gekkio/imgui-rs/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/Gekkio/imgui-rs/compare/v0.3.0...v0.4.0 [0.3.1]: https://github.com/Gekkio/imgui-rs/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/Gekkio/imgui-rs/compare/v0.2.0...v0.3.0