Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 997 Bytes

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 997 Bytes

CHANGELOG

Pending

Breaking changes

Features

Improvements

Bug fixes

v0.3.0

Breaking changes

Features

  • #347 Add into_inner function for ConstraintSystemRef<F>.

Improvements

Bug fixes

v0.2.0

Breaking changes

  • #334 Outlining linear combinations is now specified via the optimization goal interface.

Features

Improvements

  • #325 Reduce memory consumption during inlining

Bug fixes

  • #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. After this release, all of the code has been split up into more modular repositories in the github organization arkworks-rs. See #320 for guides in migration of old codebases.