diff --git a/ChangeLog.md b/ChangeLog.md index 71498f8..dad73d8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,7 +3,9 @@ ## [1.1.0] - `imgui` updated to 1.84.2. +- Removed unused Window argument from SDL `newFrame` to match 1.84. - Added GLFW backend callbacks. +- Added more withXXX wrappers. ## [1.0.2] @@ -20,3 +22,4 @@ Initial Hackage release based on 1.83. [1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.0 [1.0.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1 [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