Skip to content

Commit

Permalink
chore: update Changelog for v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Jul 16, 2024
1 parent bf714a2 commit 730ebfa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0] - 2024-07-16

### Added

* Support for 64-bits while maintaining backward compatibility.

### Changed

* Abstract `WORDSIZE` to specify `maxwidth` on qasm conversion in https://github.com/CQCL/pytket-phir/pull/204 including
* generate cvar with `data_type` dependent on `WORDSIZE`
* Fail early on WASM calls with parameters using more than 32-bits
* Require 64-bit version of PECOS, emit i32/i64 cvars for compatibility

## [0.7.3] - 2024-06-18

### Added
Expand Down

0 comments on commit 730ebfa

Please sign in to comment.