Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2dbcd80

Browse files
authoredAug 1, 2024
Merge pull request #63 from com-github-javabdd/62-release-notes-v8.0.0
#62 Update CHANGES.md for release v8.0.0.
2 parents ced736d + 0cfe980 commit 2dbcd80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎CHANGES.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [8.0.0] - 2024-08-01
6+
7+
* Several new operations for BDDs were added, namely `relnextUnion`, `relprevUnion`, `saturationForward`, `boundedSaturationForward`, `saturationBackward` and `boundedSaturationBackward`.
8+
* Fixed an integer overflow bug, which may trigger while checking for the need to resize the node array, causing large node arrays to grow unnecessary.
9+
510
## [7.0.0] - 2024-06-11
611

712
* Several new operations for BDDs were added, namely `relnext`, `relnextIntersection`, `relprev` and `relprevIntersection`.

0 commit comments

Comments
 (0)
Please sign in to comment.