Skip to content

Commit 85801a1

Browse files
authored
Merge pull request #55 from com-github-javabdd/50-release-notes-javabdd-7.0.0
#50 Update changelog for v7.0.0 release + new contributor.
2 parents 63bb1ec + f339235 commit 85801a1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGES.md

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

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

5+
## [7.0.0] - 2024-06-11
6+
7+
* Several new operations for BDDs were added, namely `relnext`, `relnextIntersection`, `relprev` and `relprevIntersection`.
8+
* A proper `OutOfMemoryError` is now thrown when the BDD nodes array is to be resized larger than the Java array limit, rather than crashing with a `NegativeArraySizeException`.
9+
* The BDD node array can now be resized to the largest size supported by Java, before getting an `OutOfMemoryError` on the next resize, thus allowing slightly larger problems to be solved with JavaBDD.
10+
* Extended the `README` file with information about where to find the plugin on Maven Central.
11+
* Improved the copyright headers in source files.
12+
513
## [6.0.0] - 2023-06-14
614

715
* Inverted the meaning of the operation cache ratio option, and improved its precision and documentation.

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Contributors for com.github.javabdd:
99
* Konstantinos Triantafyllidis
1010
* Martijn Goorden
1111
* Sander Thuijsman
12+
* Wytse Oortwijn

0 commit comments

Comments
 (0)