Skip to content

Commit

Permalink
changelog and bump for 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Dec 6, 2024
1 parent 2f54346 commit ead72cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,11 @@ In our bugfix era.
- fixed stability issues introduced with the new validation on parameter indices
- added missing translations for library indexing
- fixed entry navigator pointing to negative entry indices after renaming items (thanks [pitheguy](https://github.com/PiTheGuy)!)

# 2.5.3

in the code straight up 'fixin it'. and by 'it' let's justr say. my bugs

- fixed two issues with `dropInvalidMappings`
- fixed recursive search for mapping sometimes failing and dropping parents of mapped entries
- fixed an extremely rare case where methods with improper `max_locals` attributes would lose their args
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subprojects {
}

group = 'org.quiltmc'
version = '2.5.2'
version = '2.5.3'

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

0 comments on commit ead72cc

Please sign in to comment.