From 11f2b30efa6989a7bcd18f7e163a34a7e7b2bc59 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 24 Nov 2024 11:06:27 +0100 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d33cf4b..6c8c583d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Remove CMake CMP0167 warnings ([#630](https://github.com/coal-library/coal/pull/630)) - Allow to run test in the build directory on Windows ([#630](https://github.com/coal-library/coal/pull/630)) +- Updated nix flake from `hpp-fcl` to `coal` ([#632](https://github.com/coal-library/coal/pull/632) ### Added - Add Pixi support ([#629](https://github.com/coal-library/coal/pull/629))