From 00cca0835ccc02340654a136af1bfa1f32ea663a Mon Sep 17 00:00:00 2001 From: Lily Wang <31115101+lilyminium@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:17:00 +1000 Subject: [PATCH] Update changelog for v0.4.0 (#126) * update changelog * update with new PR --- docs/CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3cd095c..b741dd7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -14,15 +14,18 @@ The rules for this file: * accompany each entry with github issue/PR number (Issue #xyz) --> -## v0.4.0 +## v0.4.0 -- 2024-07-18 -### Authors +This version adds support for lookup tables. +### Authors - [@lilyminium] +- [@mattwthompson] +- [@j-wags] ### Added - -- Added lookup table support (`openff.nagl.lookups.AtomPropertiesLookupTable`) (PR #122) +- Added lookup table support (`openff.nagl.lookups.AtomPropertiesLookupTable`) (PR #122, #129) +- Pins to DGL for compatibility (PR #117) ## v0.3.8 -- 2024-04-11