Summary
- Close resource streams for mixin configs. (#185) (commit: 5250ed3) (details)
- Improvement: Avoid reflection in Bytecode opcode name utils. (#186) (commit: 76b38b8) (details)
- Fix: Respect injection point specifier with shift. (#187) (commit: a3cd815) (details)
- Improvement: Avoid ClassInfo lookups wherever possible without changing behaviour. (commit: 292070a) (details)
- Fix: Use null as a proper ClassInfo cache value. (commit: 2c6ea18) (details)
- Improvement: Remove warning for string-targeted public classes. (commit: 9f8bc5f) (details)
- Improvement: Check inner class visibility without using ClassInfos. (commit: b0be3b2) (details)
- Improvement: Only check for final method overrides if `debug.verify` is enabled. (commit: 10af730) (details)