Skip to content

Commit

Permalink
Add testing module command to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PXAV committed Mar 5, 2021
1 parent cc9da96 commit 68cce64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG/kelp-v0.3.1.md
Expand Up @@ -6,4 +6,5 @@
* Added an additional KelpPlayer parameter to the following methods:
- `KelpInventory.render(KelpPlayer)`
- `GroupedWidget.render(KelpPlayer)`
* To summarize and cleanup all `Widget` implementations, the abstract class `AbstractWidget<W extends AbstractWidget<?>>` was added. It's responsible for player-specific actions like adding a `ClickListener` to a certain item.
* To summarize and cleanup all `Widget` implementations, the abstract class `AbstractWidget<W extends AbstractWidget<?>>` was added. It's responsible for player-specific actions like adding a `ClickListener` to a certain item.
* Add `/sweetinv` command to testing module demonstrating the new feature

0 comments on commit 68cce64

Please sign in to comment.