From ce7021240d9a9af4ad8f4bd7cc996bf52487f220 Mon Sep 17 00:00:00 2001 From: Matthew Ballance Date: Sun, 5 Mar 2023 21:01:53 -0800 Subject: [PATCH] 0.8.3 - (#176) [Resolved by Alex Wilson] Correctly handle soft constraints that are under conditions such as if/else. Signed-off-by: Matthew Ballance --- doc/Changelog.md | 5 +++++ etc/ivpm.info | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/Changelog.md b/doc/Changelog.md index a79eefb..b145d51 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -1,3 +1,8 @@ + +## 0.8.3 +- (#176) [Resolved by Alex Wilson] Correctly handle soft constraints + that are under conditions such as if/else. + ## 0.8.2 - (#172) Change list subscript to return a ValueInt such that the value returned by a list subscript can, itself, be subscripted diff --git a/etc/ivpm.info b/etc/ivpm.info index 8f24df3..9a3d189 100644 --- a/etc/ivpm.info +++ b/etc/ivpm.info @@ -1,4 +1,4 @@ name=pyvsc -version=0.8.2 +version=0.8.3