diff --git a/README.md b/README.md index d46f69a..0269e83 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ make it work with JUnit 5. Feel free to use the code (in package ```de.platon42. - Enhancement: `opt` and several other directives (`printt`, `fail` etc.) no longer causes a syntax error when unquoted. - Enhancement: `include`, `incdir` and `incbin` and `output` with `` quotes no longer cause syntax error. +- New: Files in `include` directives can be referenced and renamed/refactored. ### V0.5 (06-Aug-21) diff --git a/build.gradle b/build.gradle index 518aba7..a459569 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,8 @@ patchPluginXml {

V0.6 (unreleased)

V0.5 (06-Aug-21)