Update history

This commit is contained in:
jos 2019-12-08 10:46:21 +01:00
parent 84950ac69a
commit b73a7495fe
1 changed files with 7 additions and 0 deletions

View File

@ -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.