From b48f720bcce9842ef41080b31f76899c5c544ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffan=20S=C3=B8lvsten?= Date: Wed, 23 Oct 2024 14:02:00 +0200 Subject: [PATCH] Update CHANGELOG with deprecation --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 289d83ef1..6d364fc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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**