From 64bdf5fa2b86e2cfe6eafa6cfc5704f4ac06daa0 Mon Sep 17 00:00:00 2001 From: Mario Krenn <46604014+MarioKrenn6240@users.noreply.github.com> Date: Wed, 13 Jan 2021 11:37:11 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb34003..f741d66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog - +## v1.0.3 - 13.01.2021 +### Added: + * Support for aromatic Si and Al (is not officially supported by Daylight SMILES, but RDKit supports it and examples exist in PubChem). + + --- + ## v1.0.2 - 14.10.2020 ### Added: * Support for aromatic Te and triple bonds. @@ -13,6 +18,8 @@ * Fixed bug: `selfies.decoder` did not terminate for malformed SELFIES that are missing the closed bracket `']'`. +--- + ## v1.0.1 - 25.08.2020 ### Changed: * Code so that is compatible with python >= 3.5.