From 165fd7101973d3e4afbe264bf21feeeec6bbdf44 Mon Sep 17 00:00:00 2001 From: Nathan van Doorn Date: Fri, 30 Aug 2024 16:17:01 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd16a48f23..67675026a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ Bug-fixes Non-backwards compatible changes -------------------------------- +* The implementation of `≤-total` in `Data.Nat.Properties` has been altered + to use operations backed by primitives, rather than recursion, making it + significantly faster. However, its reduction behaviour on open terms may have + changed. + Minor improvements ------------------