Skip to content

Commit

Permalink
make changelog more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed May 7, 2022
1 parent 07b8434 commit a6dedb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion changelogs/1.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

**Rebugify no more!**

- Fix [MC-122477](https://bugs.mojang.com/browse/MC-122477) preventing some linux users from typing any characters in chat boxes.
- Fix [MC-122477](https://bugs.mojang.com/browse/MC-122477) preventing some linux users from typing any characters in text boxes.

**Misc**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import net.minecraft.text.Text;
import net.minecraft.util.Util;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Unique;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
Expand Down

0 comments on commit a6dedb1

Please sign in to comment.