diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e91d545..a82ca40d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ # News -## v0.8.0 +## v0.8.0 - 2023-05-16 - **(breaking)** Deprecated the `QuantumCliffordPlots` library and moved that functionality to 3 package extensions, one for each of `Quantikz`, `Plots`, and `Makie` visualizations. - **(breaking)** Set minimum requirements to Julia 1.9 - Initial implementation of Pauli frame simulations (with `pftrajectories` and `PauliFrame`) +- Initial support for "sum type" gates for much faster dispatch (with `compactify_circuit`) - Fixes to print/show formatting. ## v0.7.2 - 2023-04-09