Skip to content
Snippets Groups Projects
Commit 52ae4751 authored by Johannes Mey's avatar Johannes Mey
Browse files

update changelog

parent 7ef0440f
No related branches found
No related tags found
No related merge requests found
Pipeline #11894 passed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
## [Unreleased] ## [Unreleased]
### Added ### 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 ### Changed
...@@ -10,6 +16,7 @@ ...@@ -10,6 +16,7 @@
### Removed ### Removed
### Fixed ### Fixed
- A bug for type name refactoring in grammar files which prevented the actual definition from being renamed.
## [0.2.0] ## [0.2.0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment