From 1b894b73a262a2d621d3c72a2ef8bf509d0af0ab Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 30 May 2021 21:27:12 -0400 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0dd974d..796ebb9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Many thanks to [@ajaspers](https://github.com/ajaspers) and [@jesopo](https://gi * It was impossible to add a restricted set of snomasks to an operator's permissions; this has been fixed (#1618) * Fixed incorrect language in `NS INFO` responses (#1627, thanks [@ajaspers](https://github.com/ajaspers)!) * Fixed a case where the `REGISTER` command would emit an invalid error message (#1633, thanks [@ajaspers](https://github.com/ajaspers)!) +* Fixed snomasks displaying in a nondeterministic order (#1669, thanks [@Mikaela](https://github.com/Mikaela)!) ### Removed * Removed the `draft/resume-0.5` capability, and the associated `RESUME` and `BRB` commands (#1624)