From a96dfdce3cdc5a66800f1054542a548d5fd6d35b Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Mon, 22 Nov 2021 23:01:37 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ce6b3..b03834d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] ### Added +- Reference support for type names within aspect files. + - 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. ### Changed @@ -10,6 +16,7 @@ ### Removed ### Fixed +- A bug for type name refactoring in grammar files which prevented the actual definition from being renamed. ## [0.2.0] -- GitLab