From a8c62668cda838295e3b13210b54671af12781a2 Mon Sep 17 00:00:00 2001 From: Samuel Maldonado Date: Wed, 10 Jan 2024 14:41:47 -0500 Subject: [PATCH 1/2] Update changelog for release v2.4.0 --- Changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index af6f2df6..eca239f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,7 @@ # CHANGELOG All notable changes to this project will be documented here. -## [unreleased] - +## [v2.4.0] - Fix bug that prevented test results from being returned when a feedback file could not be found (#458) - Add support for Python 3.11 and 3.12 (#467) - Track test environment setup status and report errors when running tests if environment setup is in progress or raised an error (#468) From f74578837b53c52d8e87e85a5a12861bf4497aae Mon Sep 17 00:00:00 2001 From: Samuel Maldonado Date: Fri, 12 Jan 2024 17:19:13 -0500 Subject: [PATCH 2/2] add missing changelog entries --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index eca239f2..d2ea60ac 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,13 @@ All notable changes to this project will be documented here. - Update Haskell tester to use [Stack](https://docs.haskellstack.org/en/stable/) to install dependencies (#469) - Improve default error message when a test group times out (#470) +## [v2.3.3] +- Updated python-ta to 2.6.2 (#454) + +## [v2.3.2] +- Fix a bug in the Java tester, where failed/error tests were being detected as passing. (#451) +- updated python-ta to 2.6.1 (#452) + ## [v2.3.1] - Fix a bug that prevented test file from being copied from a zip file to another location on disk (#426)