From 02cce4037a436b6e4d9d39f3805d89e9a89401ae Mon Sep 17 00:00:00 2001 From: Samuel Maldonado Date: Fri, 29 Sep 2023 15:10:18 -0400 Subject: [PATCH] Changelog: update changelog --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index f3b13b81..edced725 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,9 @@ # CHANGELOG All notable changes to this project will be documented here. +## [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)