These notes are also available on the changelog.
Improvements
- Added the missing
#pragma once
in the header file. - Changed uses of
size_t
tostd::size_t
. - Removed dependency on
std::pair
and<utility>
. - Improved word boundary detection: double-clicking a sequence of boundary characters now selects all of them instead of just one.