Skip to content

Commit 04fe618

Browse files
authored
Prepare 1.5.0 (#140)
1 parent 08d4b42 commit 04fe618

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for dear-imgui
22

3+
## [1.5.0]
4+
5+
- Added table wrappers.
6+
- Added popup wrappers.
7+
- Added `selectableWith`/`SelectableOptions` to expose optional arguments.
8+
- Fix GHC-9.2 compatibility.
9+
310
## [1.4.0]
411

512
- `imgui` updated to [1.87].
@@ -68,6 +75,7 @@ Initial Hackage release based on [1.83].
6875
[1.3.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
6976
[1.3.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.1
7077
[1.4.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.4.0
78+
[1.5.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.5.0
7179

7280
[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87
7381
[1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86

dear-imgui.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: dear-imgui
4-
version: 1.4.0
4+
version: 1.5.0
55
author: Oliver Charles
66
77
license: BSD-3-Clause

0 commit comments

Comments
 (0)