From 1c47fca169027ac3e2378b15c600bbeb8a7b127f Mon Sep 17 00:00:00 2001 From: Chris Pyles <40970945+chrispyles@users.noreply.github.com> Date: Thu, 15 Jun 2023 11:36:07 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d64a56a79..0eced9306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog +**v.4.3.3:** + +* Fix Otter Assign slowdown due to poor-performance regex per [#634](https://github.com/ucbds-infra/otter-grader/issues/634) + **v4.3.2:** * Fix bug in determining whether the active interpreter is Jupyterlite in `otter.Notebook` per [#511](https://github.com/ucbds-infra/otter-grader/issues/511#issuecomment-1500964637) * Fix bug in verifying scores against logs that caused all verifications to throw an error if hidden tests were ignored -* Fix Otter Assign slowdown due to poor-performance regex per [#634](https://github.com/ucbds-infra/otter-grader/issues/634) **v4.3.1:**