From 836649484f1a256cd43a0ee4188d52828daea42d Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 8 Oct 2020 19:19:12 +0200 Subject: [PATCH] Update changelog with merge of PR. Resolve #2200. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a691a5c64f..76986e1617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ ## Evennia 1.0 (2019-) (WIP) -- new `drop:holds()` lock default to limit dropping nonsensical things. Access check +- New `drop:holds()` lock default to limit dropping nonsensical things. Access check defaults to True for backwards-compatibility in 0.9, will be False in 1.0 +- Add `tags.has()` method for checking if an object has a tag or tags (PR by ChrisLR) ### Evennia 0.95 (master) - `is_typeclass(obj (Object), exact (bool))` now defaults to exact=False