From 20cac5351891a660f77d2c8cd8055700862c4161 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 21 Mar 2020 18:55:24 +0100 Subject: [PATCH] Update changelog with REST API mention --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5252f8f67a..0c8461e6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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