Skip to content

Commit da6e501

Browse files
committed
v1.1.3
1 parent 96e0470 commit da6e501

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
This document tracks the changes between ImGuiTextSelect versions. Dates are written in the MM/DD/YYYY format.
44

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+
514
## 1.1.2 (08/09/2024)
615

716
### Removals

0 commit comments

Comments
 (0)