diff --git a/src/main/resources/changelog/0.21.2.txt b/src/main/resources/changelog/0.21.2.txt index e9a7f3612..b373bd35c 100644 --- a/src/main/resources/changelog/0.21.2.txt +++ b/src/main/resources/changelog/0.21.2.txt @@ -2,3 +2,10 @@ Features: - Added LanguageAdapter.getDefault(), to allow other LanguageAdapters to use it as their fallback. - Added intermediary version detection on "Unfixable Conflicts" error, which just displays the mappings version verses the game version. +- [#369] Added some minecraft libraries to the transform cache - this allows mixin to run on them again. + +Bug FIxes: + +- [#377] Added overlap detection to GamePatch.process, which fixes a 1.2.5 server not launching with quilt loader (#376). +- [#375] Fix "guarenteed" typo instead of "guaranteed" (ix0rai) +- [#371] Fix access widener remapping using the constant "named" instead of fetching the target namespace (heipiao233)