From a4556ce4dc9aac608fd7b01486a3aff2bf95fb7c Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Mon, 17 Oct 2022 12:22:06 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d352fe90..af2c5bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - 2022-10-16 +## [Unreleased] - 2022-10-17 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Dependencies + +### CI/CD + +### Other + + +## [4.3.0] - 2022-10-17 ### Added * EditDistanceDouble: extracted from EditDistance (for sequences) all of the distancef methods for @@ -28,18 +47,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * The SequenceSampler.samplePool methods, which are now replaced by the SequencePoolSampler class. * The SequenceSampler.sampleInsertion methods, which are now replaced by the SequenceInsertionSampler class. -### Removed - -### Fixed - ### Dependencies * Bump rho-mu from 2.4.1 to 2.5.0 * Bump core from 2.2.2 to 2.4.0 -### CI/CD - -### Other - ## [4.2.0] - 2022-08-30