diff --git a/CHANGELOG.md b/CHANGELOG.md index d53e8db88..3ddde011d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ # News -## v0.9.4 - 2024-06-19 +## v0.9.4 - 2024-06-28 - Addition of a constructor for concatenated quantum codes -- `Concat`. - Addition of multiple unexported classical code constructors. @@ -13,6 +13,7 @@ - Gate errors are now conveniently supported by the various ECC benchmark setups in the `ECC` module. - Remove printing of spurious debug info from the PyBP decoder. - Significant improvements to the low-level circuit compiler (the sumtype compactifier), leading to faster Pauli frame simulation of noisy circuits. +- Bump `QuantumOpticsBase.jl` package extension compat bound. ## v0.9.3 - 2024-04-10