We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb159a0 commit 3028224Copy full SHA for 3028224
CHANGES.md
@@ -1,5 +1,16 @@
1
# Change Log
2
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
14
## Version 0.11.1 - 2025-03-18
15
16
- (fix) macOS Ventura's version of clang appears to be missing the
0 commit comments