From f9c459f1bb91a20c2250a7a810bee28f9b555fcb Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Tue, 1 Oct 2024 20:58:00 +0800 Subject: [PATCH] Add thumbv6m target --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cf14714..c3d31d2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Bug fixes * (Fuzzing) An integer-underflow bug from an inclusive range is fixed. * Copy strings if the strings interner is busy instead of panicing (thanks [`@irevoire`](https://github.com/irevoire) [917](https://github.com/rhaiscript/rhai/pull/917)). * Deserialization of `Scope` now works correctly (thanks [`@AngelicosPhosphoros`](https://github.com/AngelicosPhosphoros) [918](https://github.com/rhaiscript/rhai/pull/918)). +* Support for `thumbv6m` target is fixed (thanks [`chxry`](https://github.com/chxry) [919](https://github.com/rhaiscript/rhai/pull/919)) New features ------------