diff --git a/README.md b/README.md index 19e584f..b0ab434 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,8 @@ 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.) +- Bugfix: Added several missing assembler directives (`opt`, `machine`, etc.). +- Bugfix: Uppercase hexadecimal literals were not parsed (JFlex bug?). ### V0.3 (28-Jul-21) diff --git a/build.gradle b/build.gradle index 8e84105..d73041e 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,8 @@ patchPluginXml {

V0.3 (28-Jul-21)