From 23efa7cb027236ac66bd64a4bf80b4539b2235b5 Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:56:55 +0300 Subject: [PATCH] Fill in changelog for 1.2.1 (#119) --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 964ce6b..5392d7b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,7 +6,9 @@ ## [1.2.1] +- Added `DearImGui.Raw.DrawList` for drawing primitives. - Added `DearImGui.Raw.IO` with attribute setters. +- Added `DearImGui.Raw.ListClipper` for efficient list viewports. ## [1.2.0] @@ -44,4 +46,6 @@ Initial Hackage release based on 1.83. [1.0.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.2 [1.1.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.1.0 [1.2.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.0 +[1.2.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.1 +[1.2.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.2 [1.3.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0