Merge pull request #91 from timethy/patch-1

Update CHANGELOG.md
This commit is contained in:
Dimitri Sabadie 2022-07-27 16:29:24 +02:00 committed by GitHub
commit 88a7ee7a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.