From 867a3ac376fbe4f5677af6dcb78f3c5d5621d49a Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Wed, 1 Apr 2026 12:40:43 -0400 Subject: [PATCH] chore: Write news fragment --- changelog.d/1596.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1596.bugfix diff --git a/changelog.d/1596.bugfix b/changelog.d/1596.bugfix new file mode 100644 index 000000000..e148cf6d9 --- /dev/null +++ b/changelog.d/1596.bugfix @@ -0,0 +1 @@ +Refactored nix package. Breaking, since `all-features` package no longer exists. Continuwuity is now built with jemalloc and liburing by default. Contributed by @Henry-Hiles (QuadRadical).