From 1d7a5611b8cca576f8c1e459379b01f915bf4c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crozet=20S=C3=A9bastien?= Date: Sat, 6 Mar 2021 19:17:53 +0100 Subject: [PATCH] Update the changelog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24450f3a..67a8c257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ documented here. This project adheres to [Semantic Versioning](https://semver.org/). +## [0.25.3] - WIP +### Added +- The `Vector::simd_cap_magnitude` method to cap the magnitude of the a vector with + SIMD components. + ## [0.25.2] ### Added - A `convert-glam` cargo feature to enable implementations of `From` traits to convert