Skip to content

Commit b8ad14d

Browse files
committed
#9 Moved changes for v1.0 from README.md to CHANGES.md file.
1 parent 072a81d commit b8ad14d

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ All notable changes to this project will be documented in this file.
1616
* Updated SCM URL for proper Maven Central metadata.
1717

1818
## [1.0.0] - 2020-03-13
19+
* This project is a fork of the JavaBDD project on Sourceforge (see https://sourceforge.net/projects/javabdd/ and http://javabdd.sourceforge.net/), based on trunk revision r483 from 2011-11-24.
20+
* Kept only the pure Java implementations, removing the interfaces to the JDD, BuDDy, CUDD and CAL libraries.
21+
* Cleaned up the project setup.
22+
* Adapted project to allow deployment to Maven Central.
1923
* First release of com.github.javabdd.

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,14 @@ advanced variable reordering.
2121

2222
## History
2323

24-
This version of JavaBDD is a fork from the Sourceforge version, see:
24+
This version of JavaBDD is a fork of the Sourceforge version, see:
2525

2626
* http://javabdd.sourceforge.net/
2727
* https://sourceforge.net/projects/javabdd/
2828

29-
The code from trunk revision r483 from 2011-11-24 was used.
29+
It is based on trunk revision r483 from 2011-11-24.
3030

31-
It has been modified as follows:
32-
* Only the pure Java implementations are kept. The interfaces to the JDD
33-
library, as well as the BuDDy, CUDD, and CAL libraries have been removed.
34-
* Cleaned up the project setup.
35-
* Adapted project to allow deployment to Maven Central.
36-
37-
Subsequent changes are recorded in the [CHANGES.md](CHANGES.md) file.
31+
See [CHANGES.md](CHANGES.md) for all changes that have been made in this fork.
3832

3933
## License
4034

0 commit comments

Comments
 (0)