From b73a7495fe471737efb3324f9582e9314efb28b0 Mon Sep 17 00:00:00 2001 From: jos Date: Sun, 8 Dec 2019 10:46:21 +0100 Subject: [PATCH] Update history --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index bc3e85c..b651e4f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,13 @@ https://github.com/josdejong/jsoneditor +## not yet published, version 7.5.0 + +- Extended the callback `onValidationError` to also report parse errors, + and distinguish between JSON schema validation errors and custom errors. + See #861 and #612. Thanks @meirotstein. + + ## 2019-12-01, version 7.4.0 - Implemented callback function `onValidationError`, see #612, #854.