From 83e511e247de329283478496f7a1e114c9517506 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 25 Oct 2021 13:34:17 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67785e4d..4542fa3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### [3.2.6] 2021-10-25 + + * Fixed: type improvements to parseStability + ### [3.2.5] 2021-05-24 * Fixed: issue comparing disjunctive MultiConstraints to conjunctive ones (#127)