From 3028224b63b19cce52b990068f873d32b8b31eeb Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Wed, 19 Mar 2025 22:35:32 +0100 Subject: [PATCH] chore: update change log --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f878ffac..7a952ad9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,16 @@ # Change Log +## Version 0.11.2 - 2025-03-20 + +- (fix) macOS Ventura's version of clang appears to be missing an + implementation of `std::hash` instead. + +- (fix) Installing the binaries using cmake did not honor the + `CMAKE_INSTALL_BINDIR` or `CMAKE_INSTALL_SBINDIR` variables. + Fixes github #253. + ## Version 0.11.1 - 2025-03-18 - (fix) macOS Ventura's version of clang appears to be missing the