From ae3e84eb61ccca323172c656490b018073c95293 Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Thu, 25 May 2023 09:32:56 -0700 Subject: [PATCH] update changelog for v2.3.3 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf15c3fc8..398d5e1679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.3.3] - 2023-05-25 + ### Added - New dependency `docstring-parser` to enable dynamic docstring generation for methods that mostly wrap other methods.