You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Added
6
6
7
+
- Support injection point specifiers everywhere
7
8
- Support for the 2025.2 EAP
8
9
9
10
### Changed
@@ -13,11 +14,16 @@
13
14
- Allow `CallbackInfoReturnable.cancel()` in MixinCancellableInspection
14
15
- Check bases for `CIR.cancel()`
15
16
- Allow `.aw` as alternative access widener file extension
17
+
- Remove shadow completions explicit proximity
16
18
17
19
### Fixed
18
20
19
21
-[#2148](https://github.com/minecraft-dev/MinecraftDev/issues/2148) Allow assignment to `@Final` fields in class initializer blocks
20
-
-[#2468](https://github.com/minecraft-dev/MinecraftDev/issues/2468) Fix entrypoint checks on non-ending parts of entrypoint references, and handle escapes in entrypoint reference strings
22
+
-[#2468](https://github.com/minecraft-dev/MinecraftDev/issues/2468) entrypoint checks on non-ending parts of entrypoint references, and handle escapes in entrypoint reference strings
23
+
-[#2470](https://github.com/minecraft-dev/MinecraftDev/issues/2470) Various Mixin fixes
24
+
-`@Shadow` suggestions being incorrectly prioritized
25
+
-`NoSuchElementException` in MixinAnnotationTargetInspection
26
+
-`IllegalStateException` when typing a colon in Java code
0 commit comments