File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Minecraft Development for IntelliJ
2
2
3
- ## [ Unreleased ]
3
+ ## [ 1.8.2 ]
4
4
5
5
### Added
6
6
29
29
- [ #2376 ] ( https://github.com/minecraft-dev/MinecraftDev/issues/2376 ) Error when generating event listeners in read only file
30
30
- [ #2308 ] ( https://github.com/minecraft-dev/MinecraftDev/issues/2308 ) Mixin Inject signature fix adds last parameter as first local
31
31
- [ #1813 ] ( https://github.com/minecraft-dev/MinecraftDev/issues/1813 ) Single character Accessor targets aren't inferred correctly
32
+ - [ #1886 ] ( https://github.com/minecraft-dev/MinecraftDev/issues/1886 ) Sync error in ForgeGradle composite builds
32
33
33
34
## [ 1.8.1] - 2024-08-10
34
35
Original file line number Diff line number Diff line change 21
21
# suppress inspection "UnusedProperty" for whole file
22
22
ideaVersionName = 2024.1
23
23
24
- coreVersion = 1.8.1
24
+ coreVersion = 1.8.2
25
25
26
26
# Silences a build-time warning because we are bundling our own kotlin library
27
27
kotlin.stdlib.default.dependency = false
You can’t perform that action at this time.
0 commit comments