From 868dc38cebf0279a63d23eada98cf11a2c5bea1c Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 11 Mar 2019 19:53:55 +0100 Subject: [PATCH] Update history --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 9ff70fb..885409f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,11 @@ https://github.com/josdejong/jsoneditor +## not yet publised, version 5.31.1 + +- Some fixes in the Simplified Chinese translation. Thanks @@adf0001. + + ## 2019-03-10, version 5.31.0 - Display JSON schema examples in tooltip (#664). Thanks @AdamVig.