From 88b71fb6c4b4857d7b2a26ca091d05c07c7e6eab Mon Sep 17 00:00:00 2001 From: Pedro Paulo de Amorim Date: Tue, 31 Mar 2020 18:10:18 +0100 Subject: [PATCH] Update CHANGELOG to add seq support --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcaac83f..e587f4eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,4 +3,4 @@ - Add the number of hits in search result (#541) - Add support for aligned crop in search result (#543) - Sanitize the content displayed in the web interface (#539) - - Add support of nested null and boolean values (#571 and #568) + - Add support of nested null, boolean and seq values (#571 and #568, #574)