Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Apr 22, 2021
1 parent 33b72cb commit c751061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Pending

### Breaking changes
- [\#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.

### Features
- [\#347](https://github.com/arkworks-rs/snark/pull/347) Add `into_inner` function for `ConstraintSystemRef<F>`.
Expand All @@ -10,6 +11,7 @@
### Bug fixes



## v0.2.0

### Breaking changes
Expand All @@ -23,6 +25,8 @@
### Bug fixes
- [\#340](https://github.com/arkworks-rs/snark/pull/340) Compile with `panic='abort'` in release mode, for safety of the library across FFI boundaries.



## v0.1.0

This tag corresponds to the old `zexe` codebase.
Expand Down
2 changes: 1 addition & 1 deletion snark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub trait UniversalSetupSNARK<R: NPRelation>: SNARK<R> {
/// Specifies how to bound the size of public parameters required to
/// generate the index proving and verification keys for a given
/// circuit.
///
///
/// For example, for SNARKs that rely on polynomial commitments, this would
/// be the maximum degree of polynomials required to prove a given
/// instance.
Expand Down

0 comments on commit c751061

Please sign in to comment.