Skip to content

Commit b285c8c

Browse files
committed
Update CHANGELOG.md
1 parent 163b67c commit b285c8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
change, as the only thing removed was a package-private abstract class, and the
1717
change to the SequenceDistanceMeasurer interface was done in such a way that all inherited
1818
methods have default implementations.
19+
* Refactored the PermutationDistanceMeasurer, PermutationDistanceMeasurerDouble,
20+
NormalizedPermutationDistanceMeasurer, and NormalizedPermutationDistanceMeasurerDouble
21+
interfaces, and all of the classes that implement them, to move default implementations
22+
from an abstract base class into the appropriate subinterfaces in hierarchy. This is a
23+
non-breaking change, as the only thing removed was a package-private abstract class, and the
24+
changes to interfaces were done in such a way that all inherited methods have default
25+
implementations.
1926

2027
### Deprecated
2128

0 commit comments

Comments
 (0)