Skip to content

Commit

Permalink
Merge pull request #644 from cicirello/prep-release
Browse files Browse the repository at this point in the history
Prepare release 6.4.0
  • Loading branch information
cicirello committed Jul 28, 2023
2 parents 0151e7d + 2bccdd5 commit 6180887
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - 2023-07-28

### Added
* Added configurable source of randomness (#638).
* Added Position Based Crossover (PBX), a crossover operator for permutations (#642).
* New constructors in BitVector class enabling specifying source of randomness for random BitVectors (#638).

### Changed

Expand All @@ -20,14 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

### Dependencies
* Bump jpt from 5.0.4 to 5.1.0
* Bump rho-mu from 3.1.0 to 3.1.1

### CI/CD

### Other


## [6.4.0] - 2023-07-28

### Added
* Added configurable source of randomness (#638).
* Added Position Based Crossover (PBX), a crossover operator for permutations (#642).
* New constructors in BitVector class enabling specifying source of randomness for random BitVectors (#638).

### Dependencies
* Bump jpt from 5.0.4 to 5.1.0
* Bump rho-mu from 3.1.0 to 3.1.1


## [6.3.0] - 2023-05-15

### Added
Expand Down

0 comments on commit 6180887

Please sign in to comment.