diff --git a/CHANGELOG.md b/CHANGELOG.md index e61d43ed..14a0092b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add blinding factors to the quotient polynomial [#773] + ## [0.16.0] - 2023-10-11 ### Added @@ -511,6 +515,7 @@ is necessary since `rkyv/validation` was required as a bound. - Proof system module. +[#773]: https://github.com/dusk-network/plonk/issues/773 [#763]: https://github.com/dusk-network/plonk/issues/763 [#760]: https://github.com/dusk-network/plonk/issues/760 [#752]: https://github.com/dusk-network/plonk/pull/752