From f5f45d7a16fbf66984aace12735df40969fc4215 Mon Sep 17 00:00:00 2001 From: Elvis de Freitas Date: Thu, 1 Aug 2024 16:23:54 -0300 Subject: [PATCH] release notes --- RELEASE-NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 9d396ef27..2914026ba 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,6 @@ +## 3.25.7 +* Refactoring SolverRemote module to implement circuit optimization #526 + ## 3.25.6 * SolverRemote: Exclude remote servers with open circuits. #526