Change TagHandler.add/has(tag=...) kwarg to key= for consistency. Resolve #2396

This commit is contained in:
Griatch 2021-11-03 22:55:55 +01:00
parent 7639b98bf3
commit 00b29a693d
2 changed files with 11 additions and 9 deletions

View file

@ -112,6 +112,8 @@ Up requirements to Django 3.2+, Twisted 21+
to avoid known security issues with players entering MXP links.
- Add browser name to webclient `CLIENT_NAME` in `session.protocol_flags`, e.g.
`"Evennia webclient (websocket:firefox)"` or `"evennia webclient (ajax:chrome)"`.
- `TagHandler.add/has(tag=...)` kwarg changed to `add/has(key=...)` for consistency
with other handlers.
### Evennia 0.9.5 (2019-2020)