Skip to content

Commit 8d7f8ac

Browse files
committed
prep for release 3.3.0
1 parent b9224bb commit 8d7f8ac

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased] - 2022-06-01
88

99
### Added
10-
* CycleDistance: implementation of cycle distance described in https://doi.org/10.3390/app12115506
11-
* CycleEditDistance: implementation of cycle edit distance described in https://doi.org/10.3390/app12115506
12-
* KCycleDistance: implementation of k-cycle distance described in https://doi.org/10.3390/app12115506
1310

1411
### Changed
1512

@@ -18,13 +15,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1815
### Removed
1916

2017
### Fixed
21-
* ReversalDistance.max method now handles general case properly.
2218

2319
### CI/CD
2420

2521
### Other
2622

2723

24+
## [3.3.0] - 2022-06-01
25+
26+
### Added
27+
* CycleDistance: implementation of cycle distance described in https://doi.org/10.3390/app12115506
28+
* CycleEditDistance: implementation of cycle edit distance described in https://doi.org/10.3390/app12115506
29+
* KCycleDistance: implementation of k-cycle distance described in https://doi.org/10.3390/app12115506
30+
31+
### Fixed
32+
* ReversalDistance.max method now handles general case properly.
33+
34+
2835
## [3.2.0] - 2022-03-17
2936

3037
### Added

0 commit comments

Comments
 (0)