From f6ff13e1b2a62894d2c2c5733026c70c8e326485 Mon Sep 17 00:00:00 2001 From: Corwin Date: Thu, 13 Jun 2024 22:49:39 +0100 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b96ae87..24bcfc4c 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] +### Changed + +- `manhattan_distance` and `magnitude_squared` no longer require the fixed point number. + ## [0.20.3] - 2024/06/12 ### Added