📚 Update changelog

Add back an entry which was accidentally removed, move an entry to the correct location, add missing entries
This commit is contained in:
jmp 2020-12-03 20:53:59 -08:00 • committed by Alexander Söderberg
parent 9bc2da18a9
commit 1ff5a2c4ce
2 changed files with 9 additions and 1 deletions

View file

@ -854,6 +854,7 @@ public abstract class CommandManager<C> {
* has a command handler attached
*/
ENFORCE_INTERMEDIARY_PERMISSIONS,
/**
* Force sending of an empty suggestion (i.e. a singleton list containing an empty string)
* when no suggestions are present
@ -866,6 +867,8 @@ public abstract class CommandManager<C> {
* For example, if a platform serializes the command tree and sends it to clients,
* this will allow modifying the command tree after it has been sent, as long as these modifications are not blocked by
* the underlying platform
*
* @since 1.2.0
*/
ALLOW_UNSAFE_REGISTRATION
}