Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Oct 12, 2021
1 parent 18497d9 commit c7b909e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
## 1.0.0 (rc4)

* Added ARM64 for Apple macOS (M1 Silicon). The JIT will emit native ARM64 assembly. Disassembler not supported.
* Added Linux/ARM64 support and a manylinux wheel
* Added Windows/ARM64 support
* All JIT configuration is now set using the `pyjion.config()` function instead of `enable_feature()`/`disable_feature()`
* Fixed a bug where `pyjion.graph()` would cause an exception if graphing was not enabled when the function was compiled
* Added support for the `SETUP_ANNOTATIONS` opcode
Expand Down

0 comments on commit c7b909e

Please sign in to comment.