From 324877612022ed826ce42d7b7dea11a513541799 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 18 Jan 2024 14:53:01 -0800 Subject: [PATCH] Update CHANGELOG.md (#439) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db7607d..bd26ded8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Basic BWT for sub-sequence count and offset for sequence alignment. Only supports exact matches for now. +- Moved `BWT`, `align`, and `mash` packages to new `search` sub-directory. ## [0.30.0] - 2023-12-18