Skip to content

Commit e97dfd5

Browse files
committed
Update changelog
1 parent f510e31 commit e97dfd5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
- `mods.toml` and `neoforge.mods.toml` documentation for lookup elements
99
- Support for split strings within inspections and method target references in Mixins ([#2358](https://github.com/minecraft-dev/MinecraftDev/pull/2358))
1010
- Mouse ungrab on breakpoint hit while running a Gradle task
11+
- JSON5 support to mixin config jsons ([#2375](https://github.com/minecraft-dev/MinecraftDev/pull/2375))
12+
- Value types in mods.toml key completion
13+
- Mixin injection signature fix preview
14+
- Loom 1.8 support
15+
- K2 mode compatibility
1116

1217
### Changed
1318

@@ -20,6 +25,9 @@
2025
- Ignored annotations registrations
2126
- NeoGradle and NeoModDev Minecraft version import
2227
- [#2360](https://github.com/minecraft-dev/MinecraftDev/issues/2360) `Class initialization must not depend on services` error
28+
- [#2376](https://github.com/minecraft-dev/MinecraftDev/issues/2376) Error when generating event listeners in read only file
29+
- [#2308](https://github.com/minecraft-dev/MinecraftDev/issues/2308) Mixin Inject signature fix adds last parameter as first local
30+
- [#1813](https://github.com/minecraft-dev/MinecraftDev/issues/1813) Single character Accessor targets aren't inferred correctly
2331

2432
## [1.8.1] - 2024-08-10
2533

0 commit comments

Comments
 (0)