From cd441682e0d0e7f6aec85a17eeb31a4c31c072c2 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Thu, 22 Sep 2022 18:43:18 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 735a145de..451011942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # News +## v0.6.2 - 2022-09-22 + +- Performance improvements: fine tuning of `:constprop`, eliminating a handful of common causes of dynamic dispatch. +- Drop support for Julia 1.6. + ## v0.6.1 - 2022-09-05 - **(fix)** Fix a bug in the unexported `projectremoverand!` that occurred due to the introduction of `Tableau`.