From 51888c78a7cf28ebc80cec438d81f287f9f5a70b Mon Sep 17 00:00:00 2001 From: Joel Nises Date: Tue, 30 May 2023 09:20:16 +0200 Subject: [PATCH] Update changelog with glam requirements --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc71b5725..b3afcd73b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed 🛠 +- [PR#1038](https://github.com/EmbarkStudios/rust-gpu/pull/1038) relaxed glam version requirements (>= 0.23, < 0.25). + ### Removed 🔥 - [PR#1052](https://github.com/EmbarkStudios/rust-gpu/pull/1052) removed `--no-spirt`, committing to SPIR-T as a mandatory part of the Rust-GPU compiler backend,