Skip to content

Commit

Permalink
Merge pull request #719 from schungx/master
Browse files Browse the repository at this point in the history
Fixed thumbv6m-none-eabi
  • Loading branch information
schungx committed May 2, 2023
2 parents 988a35d + 7df3e76 commit 517f219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,7 @@ Bug fixes
* Shadowed constant definitions are now optimized correctly when propagated (e.g. `const X = 1; const X = 1 + 1 + 1; X` now evaluates to 3 instead of 0).
* Identifiers and comma's in the middle of custom syntax now register correctly.
* Exporting an object map from a module with closures defined on properties now works correctly when those properties are called to mimic method calls in OOP-style.
* Compiling for `thumbv6m-none-eabi` target (e.g. Raspberry Pi Pico) now completes successfully. Dependency to `no-std-compat` is now pointed to the latest repo instead of `crates.io`.

New features
------------
Expand Down

0 comments on commit 517f219

Please sign in to comment.