Skip to content

Commit 3028224

Browse files
committed
chore: update change log
1 parent fb159a0 commit 3028224

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## Version 0.11.2 - 2025-03-20
4+
5+
- (fix) macOS Ventura's version of clang appears to be missing an
6+
implementation of `std::hash<std::filesystem::path`, making it
7+
hard to define an `unordered_map<filesystem::path`. Work around
8+
by simply using an `unordered_map<string>` instead.
9+
10+
- (fix) Installing the binaries using cmake did not honor the
11+
`CMAKE_INSTALL_BINDIR` or `CMAKE_INSTALL_SBINDIR` variables.
12+
Fixes github #253.
13+
314
## Version 0.11.1 - 2025-03-18
415

516
- (fix) macOS Ventura's version of clang appears to be missing the

0 commit comments

Comments
 (0)