File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -308,3 +308,11 @@ In our bugfix era.
308
308
- fixed stability issues introduced with the new validation on parameter indices
309
309
- added missing translations for library indexing
310
310
- fixed entry navigator pointing to negative entry indices after renaming items (thanks [ pitheguy] ( https://github.com/PiTheGuy ) !)
311
+
312
+ # 2.5.3
313
+
314
+ in the code straight up 'fixin it'. and by 'it' let's justr say. my bugs
315
+
316
+ - fixed two issues with ` dropInvalidMappings `
317
+ - fixed recursive search for mapping sometimes failing and dropping parents of mapped entries
318
+ - fixed an extremely rare case where methods with improper ` max_locals ` attributes would lose their args
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ subprojects {
31
31
}
32
32
33
33
group = ' org.quiltmc'
34
- version = ' 2.5.2 '
34
+ version = ' 2.5.3 '
35
35
36
36
var ENV = System . getenv()
37
37
version = version + (ENV . GITHUB_ACTIONS ? (ENV . SNAPSHOTS_URL ? " -SNAPSHOT" : " " ) : " +local" )
You can’t perform that action at this time.
0 commit comments