Skip to content

Commit 215cf26

Browse files
committed
Add more stuff to changelog
1 parent d9a4a5d commit 215cf26

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Added
66

7+
- Support injection point specifiers everywhere
78
- Support for the 2025.2 EAP
89

910
### Changed
@@ -13,11 +14,16 @@
1314
- Allow `CallbackInfoReturnable.cancel()` in MixinCancellableInspection
1415
- Check bases for `CIR.cancel()`
1516
- Allow `.aw` as alternative access widener file extension
17+
- Remove shadow completions explicit proximity
1618

1719
### Fixed
1820

1921
- [#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
2127

2228
## [1.8.4]
2329

0 commit comments

Comments
 (0)