From 0449a371191af7b29cdb3bf1b7af0865472d3d57 Mon Sep 17 00:00:00 2001 From: Fredrik Dahlgren Date: Thu, 1 Dec 2022 15:58:24 +0100 Subject: [PATCH] Updated change log --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943fd5d..de9a510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Release Notes +## v0.7.2 (2022-12-01) + +### Features + + - Added a URL to the issue description for each output. + + +### Bug Fixes + + - Rewrote description of the unconstrained less-than analysis pass, as the + previous description was too broad. + - Fixed grammar in the under-constrained signal warning message. + + ## v0.7.0 (2022-11-29)