From d96c52c581b8c26e465b124f3b5b4d57122d3411 Mon Sep 17 00:00:00 2001 From: Keoni Gandall Date: Tue, 8 Oct 2024 11:53:11 -0700 Subject: [PATCH] update log --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26ff098..2c112c9 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ 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] +- Fixes RecursiveFragment to not add flanks to the initial input [#102](https://github.com/Koeng101/dnadesign/pull/102) - Fixes add flank bug, releases new version of python lib [#101](https://github.com/Koeng101/dnadesign/pull/101) - Adds feature for adding flanks to RecursiveFragment. [#100](https://github.com/Koeng101/dnadesign/pull/100) - Adds cloning and recursion functions to python. [#96](https://github.com/Koeng101/dnadesign/pull/96)