Merge remote-tracking branch 'origin/contents_indexer' into contents_indexer

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Andrew Bastien 2020-04-11 12:47:32 -07:00
commit 053060fb94

View file

@ -4,6 +4,7 @@
- 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
- Added content_types indexing to DefaultObject's ContentsHandler.
- 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)