From 10bed3c98fb084073918dfeafff0b722d1889e8d Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Tue, 25 Jul 2023 14:08:11 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a370c0a..604b223f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Upcoming - - Using builtin PID controller logic, instead of a library. This shouldn't require any updates to PID code or parameters. + - Using builtin PID controller logic, instead of a 3rd party library. This shouldn't require any updates to PID code or parameters. - Better error handling when the PioreactorUI API can't be reached. - Some initial support for Basic Auth in the PioreactorUI - improved sensitivity of self-test `test_REF_is_in_correct_position`.