From 8e149ecd62c3f212a908afeceee1ba7a206675c6 Mon Sep 17 00:00:00 2001 From: Florian Sihler Date: Tue, 7 May 2024 23:17:45 +0200 Subject: [PATCH] [release:minor] Multi-Cursor and Interactive Slicing --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b28b70..2dd0dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Version 0.2.0 (2024-05-07) +- Allow slicing for multiple cursors, automatic updates of the slice based on the selection, placement of markers and improved preview of reconstructed slice, all thanks to @ManuelHentschel in [#81](https://github.com/Code-Inspect/vscode-flowr/pull/81)! + # Version 0.1.1 (2024-04-13) - Fixed dataflow display not taking up its max width correctly