diff --git a/README.md b/README.md index b29005a..19e584f 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ make it work with JUnit 5. Feel free to use the code (in package ```de.platon42. - Enhancement: Added Structure View filters. - New: Added inspection to validate the correctness of a MC68000 instruction regarding operation size and address modes. +- Bugfix: Added several missing assembler directives (`opt`, `machine`, etc.) ### V0.3 (28-Jul-21) diff --git a/build.gradle b/build.gradle index dc80e7d..8e84105 100644 --- a/build.gradle +++ b/build.gradle @@ -61,6 +61,7 @@ patchPluginXml {

V0.3 (28-Jul-21)