From 5463fd11d69ea1bb564e38187bd1d4d05997d691 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 27 Jul 2022 09:22:51 +0200 Subject: [PATCH] Update CHANGELOG.md Small typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b300c6..d012930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ > Jul 27, 2022 -- Internal enhancement of sampling splines by looking for control points. That brings the lookup from _O(1)_ to +- Internal enhancement of sampling splines by looking for control points. That brings the lookup from _O(N)_ to _O(log(N))_. That is super embarassing because it should have been the default from the very first commit. Sorry about that. - Fix hermite cubic interpolation.