Skip to content

Commit ead72cc

Browse files
committed
changelog and bump for 2.5.3
1 parent 2f54346 commit ead72cc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,11 @@ In our bugfix era.
308308
- fixed stability issues introduced with the new validation on parameter indices
309309
- added missing translations for library indexing
310310
- 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

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subprojects {
3131
}
3232

3333
group = 'org.quiltmc'
34-
version = '2.5.2'
34+
version = '2.5.3'
3535

3636
var ENV = System.getenv()
3737
version = version + (ENV.GITHUB_ACTIONS ? (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "") : "+local")

0 commit comments

Comments
 (0)