From 5d4df903d26b2596158efe5b909326babc646ae0 Mon Sep 17 00:00:00 2001 From: verena <9377970+vpchung@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:41:31 -0700 Subject: [PATCH] update changelog --- docs/changelog/release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog/release-notes.md b/docs/changelog/release-notes.md index e83aad2..23fb3bb 100644 --- a/docs/changelog/release-notes.md +++ b/docs/changelog/release-notes.md @@ -9,6 +9,11 @@ ### Bug fixes - Remove custom classes, as to prevent future confusion with synapseclient's classes +## 0.3.2 + +### Bug fixes +- Replace `|` with `typing.Union` for type-hinting in order to be compatible with Python 3.9 + ## 0.3.1 ### Bug fixes