Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
CensoredUsername committed Oct 29, 2024
1 parent 149bfbe commit cdbabfb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The `dynasm-rs` project consists out of two crates: The procedural macro crate `dynasm` and the runtime support crate `dynasmrt`. The versions of these two crates are synchronized and should always match. From version 0.7.0 onwards `dynasmrt` depends on `dynasm` itself to simplify this relationship. Any version listings below therefore refers to both the `dynasm` and `dynasmrt` crate version.

Version 3.0.1
=============

Bugfix
------
- `x64` immediate const evaluation now handles negative displacements properly again, generating
8-bit displacements where possible.

Version 3.0.0
=============

Expand Down

0 comments on commit cdbabfb

Please sign in to comment.