From 90500af6434a9702c424f511c7ad35f18b75831b Mon Sep 17 00:00:00 2001 From: Leif Battermann Date: Mon, 12 Feb 2024 11:39:43 +0100 Subject: [PATCH] clean up changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9a8c87580..bc2dbb15ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -226,7 +226,7 @@ * Allow to install the coturn chart multiple times in multiple namespaces on the same cluster. (#3698) -* For some rust packages (cryptobox and libzauth-c), we now use crate2nix as a build tool, rather than the more coarse and FOD-based nixpkgs `rustPlatform.buildRustPackage` approach. (#PR_NOT_FOUND) +* For some rust packages (cryptobox and libzauth-c), we now use crate2nix as a build tool, rather than the more coarse and FOD-based nixpkgs `rustPlatform.buildRustPackage` approach. (#3686) * Delete `shell.nix`. It has been broken for quite some time. The supported way to get a development nix environment is to use direnv. (#3726)