From 1c5dd0a5d0d99dca8636661b9b98585e1e132ddd Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 21 Nov 2024 11:27:36 +0100 Subject: [PATCH] update release notes --- doc/release_notes.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index baa71260..b1ca3e28 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -1,8 +1,16 @@ Release Notes ============= -Upcoming Version ----------------- +.. Upcoming Version +.. ---------------- + +Version 0.4.2 +-------------- + +* Fix the file handler to properly close the file when reading the sense from a problem file. + +Version 0.4.1 +-------------- * Fix the `slice_size` argument in the `solve` function. The argument was not properly passed to the `to_file` function. * Fix the slicing of constraints in case the term dimension is larger than the leading constraint coordinate dimension.