Skip to content

Commit 32278d5

Browse files
committed
Fill the changelog a fair bit
1 parent 7198d5f commit 32278d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,20 @@
66

77
- Access widener completion in fabric.mod.json
88
- Event listener generation for Kotlin
9+
- `JUMP` injection point support (without source navigation)
10+
- Inspection highlighting that `JUMP` usages are discouraged
11+
- Inspection highlighting discouraged instruction shifts
12+
- Inspections for when @Inject local capture is unused and for when they can be replaced with @Local
13+
- [#2306](https://github.com/minecraft-dev/MinecraftDev/issues/2306) Use mixin icon for mixin classes
914

1015
### Fixed
1116

1217
- [#2330](https://github.com/minecraft-dev/MinecraftDev/issues/2330) Reformat created files without keeping line breaks. Fixes the Velocity main class annotation's bad formatting.
1318
- [#2331](https://github.com/minecraft-dev/MinecraftDev/issues/2331) Support fabric.mod.json in test resources
19+
- MixinExtras occasional cache desync ([#2335](https://github.com/minecraft-dev/MinecraftDev/pull/2335))
20+
- [#2163](https://github.com/minecraft-dev/MinecraftDev/issues/2163) `@ModifyVariable` method signature checking with `STORE`
21+
- [#2282](https://github.com/minecraft-dev/MinecraftDev/issues/2282) Mixin support confusion with `$` and `.` separators in class names
22+
- Recent NeoModDev version import errors
1423

1524
## [1.8.0]
1625

0 commit comments

Comments
 (0)