Skip to content

Commit d097557

Browse files
committed
Add CHANGELOG entry
1 parent 2af10c7 commit d097557

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Pending
2+
### Breaking changes
3+
- [\#348](https://github.com/arkworks-rs/snark/pull/334) Introduce a `Relation` trait, change the `SNARK` traits to use it, and break down `ConstraintSynthesizer` into three traits.
4+
15
## v0.2.0
26

37
### Breaking changes

snark/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub trait UniversalSetupSNARK<R: NPRelation>: SNARK<R> {
9797
/// Specifies how to bound the size of public parameters required to
9898
/// generate the index proving and verification keys for a given
9999
/// circuit.
100-
///
100+
///
101101
/// For example, for SNARKs that rely on polynomial commitments, this would
102102
/// be the maximum degree of polynomials required to prove a given
103103
/// instance.

0 commit comments

Comments
 (0)