From 31da4e138c57de842a98b347700144ff9b34a80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20O=E2=80=99Mara?= Date: Tue, 7 Jun 2022 13:31:51 +1000 Subject: [PATCH] CHANGELOG entries --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d15c35..c9aa80bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Alignment position support (#44) -- Add Downstream tests (#70) -- Add ssh secret to TagBot.yml (#71) +- Downstream tests (#70) +- SSH secret to TagBot.yml (#71) +- Doctests to unit tests (#72) +- Project layout notes (#72) ### Changed - Updated CI to use GitHub actions (#47) - *master* set as the main development branch (#49, #50) +- Updated chat links (#ebea200c) +- Incremented BioSymbols and BioSequences compatibility (#72) +- Updated doctests (#72) +- Adjusted test matrix for minimum compatibility (#72) ### Removed - :exclamation: Reverted the use of *BioJulia* registry, the package switched to [General Julia Registry](https://github.com/JuliaRegistries/General) (#48) +- :exclamation: Support for julia versions less than v1.6 was dropped. ## [2.0.0]