Update changelog with REST API mention

This commit is contained in:
Griatch 2020-03-21 18:55:24 +01:00
parent 2caf7c3610
commit 20cac53518

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
- REST API allows you external access to db objects through HTTP requests (Tehom)
### Already in master
- `is_typeclass(obj (Object), exact (bool))` now defaults to exact=False