From c1d9bea6bb84c9a247f2a0b074caf0b667cb6e97 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 16 Feb 2024 18:05:08 +0100 Subject: [PATCH] Release 4.1.2 Former-commit-id: 68a0f5c50b7a33e31b76c0c0994e17dc8321963b --- Release-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Release-notes.md b/Release-notes.md index c14d102..4b242a1 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -2,6 +2,15 @@ ## Latest changes +## February 16th, 2024. Release 4.1.2 + +### Bug fixes + +- Several bugs in the parsing of EMBL and Genbank files have been fixed. The bugs occurred in the case + of very large sequences, such as complete genomes. The Genbank parser is now more robust. It breaks + for more errors than the previous version. This allows to detect parsing errors instead of hiding them + and producing wrong results. + ## December 20th, 2023. Release 4.1.1 ### New feature