From 7a2e89c3293636828a844c07a24a84bf2eaa7265 Mon Sep 17 00:00:00 2001 From: jos Date: Sun, 17 Mar 2019 15:35:03 +0100 Subject: [PATCH] Update history --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 5e74a67..7e13e06 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,12 @@ https://github.com/josdejong/jsoneditor +## not yet published, version 5.31.2 + +- Fixed #667: resolving JSON Schema examples and descriptions did not always + work for referenced schemas. Thanks @AdamVig. + + ## 2019-03-14, version 5.31.1 - Fix IE11 issue.