Skip to content

Commit

Permalink
Update CHANGELOG with deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten authored Oct 23, 2024
1 parent 4944934 commit b48f720
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
benchmarks ran out of disk not due to large BDDs but due to several TiB of
debug logging).


## Deprecation

- Iterator-based outputs have had their *begin* and *end* iterator pairs replaced
with a single output iterator. This affects the `bdd_support`, `bdd_satmin`,
`bdd_satmax`, `zdd_support`, `zdd_minelem`, and `zdd_maxelem` functions.

# v2.0.0

**Date: 5th of April, 2024**
Expand Down

0 comments on commit b48f720

Please sign in to comment.