From 1ece162cab587c4e6c8d4157e5f166d3f708d4c5 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Fri, 19 Jul 2024 14:54:07 +1000 Subject: [PATCH] update changelog --- docs/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3a0ee7a..4ed5293 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -14,6 +14,19 @@ The rules for this file: * accompany each entry with github issue/PR number (Issue #xyz) --> +## v0.4.0 -- 2024-07-18 + +This version adds support for lookup tables. + +### Authors +- [@lilyminium] +- [@mattwthompson] +- [@j-wags] + +### Added +- Support for lookup tables and entries (PR #122) +- Pins to DGL and RDKit for compatibility (PRs #117, #123) + ## v0.3.8 -- 2024-04-11 This version drops pyarrow and rich as core dependencies. It also removes Python 3.9 support.