From df8776fe459ccb48601dd180bd2b79574514e866 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 10 Apr 2020 09:03:44 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 956f9c49e6..a5272d7c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog -## Evennia 1.0 (2019-) (WIP) +## Evennia 1.0 (2019-) (develop branch, WIP) - 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 - REST API allows you external access to db objects through HTTP requests (Tehom) +- `Object.normalize_name` and `.validate_name` added to (by default) enforce latinify + on character name and avoid potential exploits using clever Unicode chars (trhr) + ### Already in master - `is_typeclass(obj (Object), exact (bool))` now defaults to exact=False