From 353baca56fb93298720a9f6e4e6823f33f3b91de Mon Sep 17 00:00:00 2001 From: Cameron Hart Date: Sun, 17 Dec 2023 14:28:29 +1300 Subject: [PATCH] Updated CHANGELOG. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d11238b..099f5f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,12 @@ The format is based on [Keep a Changelog], and this project adheres to * Added `i16` and `u16` vector types, `I16Vec2`, `I16Vec3`, `I16Vec4`, `U16Vec2`, `U16Vec3` and `U16Vec4`. +### Changed + +* Renamed `Quat::as_f64()` to `Quat::as_dquat()` and `DQuat::as_f32()` to + `DQuat::as_quat()` to be consistent with other types. The old methods have + been deprecated. + ## [0.24.2] - 2023-09-23 ### Fixed