From 6466df9a5492b510473763d3ed49c536b6d8a473 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Sat, 27 Nov 2021 01:36:15 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b03834d..379e156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ - Note that although it works in the Java embeddings within aspects, it does *not* work in "real" Java classes. - Please use this feature with caution. As with most refactoring tools, it is quite fragile and won't give correct results in all cases. +- Folding support for aspect files. + - Aspects and most blocks now can be folded. ### Changed -- GitLab