Skip to content

Commit de866c5

Browse files
committed
1.1.0
1 parent 09ace37 commit de866c5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# ImGuiTextSelect Changelog
2+
3+
This document tracks the changes between ImGuiTextSelect versions. Dates are written in the MM/DD/YYYY format.
4+
5+
## 1.1.0 (05/24/2024)
6+
7+
### Additions
8+
9+
- Added a full example program.
10+
- Added automatic newline insertion for multiline copying.
11+
- The lines that you pass to ImGuiTextSelect no longer need to end with newlines for multiline copying to work.
12+
13+
### Improvements
14+
15+
- Removed `#include <string>` from the header file.
16+
17+
### Bug Fixes
18+
19+
- Fixed a crash when compiling on the debug configuration with MSVC (#2). Thanks @taki640!
20+
21+
## 1.0.0 (01/08/2024)
22+
23+
Initial release of ImGuiTextSelect.

0 commit comments

Comments
 (0)