From 9fa9a55d519dee1ea2e10ed8a6e9109438df5e95 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Wed, 6 Nov 2024 13:37:58 +1100 Subject: [PATCH] update changelog --- docs/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4c921d87..b6e24452 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -14,7 +14,7 @@ The rules for this file: * accompany each entry with github issue/PR number (Issue #xyz) --> -## ?? +## v0.5.0 -- 2024-11-06 ### Authors - [@lilyminium] @@ -30,6 +30,7 @@ The rules for this file: - Fixed molecule normalization issues (Issue #119, PR #149) - Check lookup tables for allowed molecules before ChemicalDomain for forbidden ones (PR #145, Issue #144) - Add support for single atoms (PR #146, Issue #138) +- Fixed optionality for PostProcessLayers (PR #156, Issue #155) ## v0.4.0 -- 2024-07-18