From 780a5add8a01b0b0db1467ff8ce1639deba6c983 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 4 Oct 2022 11:32:11 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53eff20..858c4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- ## Changed + +- Updated dependency compats ([#21](https://github.com/BioJulia/SequenceVariation.jl/pull/21)) + - BioAlignments: 2 -> 2,3 + - BioSequences: 2 -> 2,3 + - BioSymbols: 4 -> 4,5 + ## [0.1.1] - 2022-07-21 ### Added