From 71e680f3655d511494013aeac9798e520b5834d6 Mon Sep 17 00:00:00 2001 From: Corwin Date: Sun, 8 Oct 2023 15:04:57 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b03400b..90bbd777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fixed inaccuracy in cosine implementation caused by accidentally multiplying correction term by zero. + ## [0.17.1] - 2023/10/05 ### Fixed