We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e0470 commit da6e501Copy full SHA for da6e501
docs/changelog.md
@@ -2,6 +2,15 @@
2
3
This document tracks the changes between ImGuiTextSelect versions. Dates are written in the MM/DD/YYYY format.
4
5
+## 1.1.3 (11/02/2024)
6
+
7
+### Improvements
8
9
+- Added the missing `#pragma once` in the header file.
10
+- Changed uses of `size_t` to `std::size_t`.
11
+- Removed dependency on `std::pair` and `<utility>`.
12
+- Improved word boundary detection: double-clicking a sequence of boundary characters now selects all of them instead of just one.
13
14
## 1.1.2 (08/09/2024)
15
16
### Removals
0 commit comments