From 171022e05ee78078c9afd95d38ad92aa0bdb682e Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Thu, 2 Dec 2021 23:42:25 +0100
Subject: [PATCH] update changelog

---
 CHANGELOG.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 379e156..43d877d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,13 +3,17 @@
 ## [Unreleased]
 ### Added
 - Reference support for type names within aspect files.
-  - usages are now highlighted
+  - Usages are now highlighted.
 - Refactoring of type names now also works in aspects.
   - 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.
+- Structure view for aspect files.
+  - Attributes and inter-type declarations are shown sorted by aspect.
+  - There are toggle buttons to show or hide attributes, inter-type declarations and rewrites.
+  - Note that things outside aspects, equations and some other elements are not yet included.
 
 ### Changed
 
-- 
GitLab