From a1547fa7d13d24ade4b6c49e4409ee37f2b04591 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Mon, 9 Oct 2017 20:32:21 +0300 Subject: [PATCH] Version 0.1.14. --- CHANGES | 11 +++++++++++ Makefile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3530bdad..615010ed 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,15 @@ +Changes with nJScript 0.1.14 09 Oct 2017 + + *) Feature: JSON object. + + *) Feature: object level completions in interactive shell. + + *) Feature: various configure improvements. + + *) Bugfix: miscellaneous bugs have been fixed in the core and + interactive shell. + Changes with nJScript 0.1.13 31 Aug 2017 *) Feature: console.log() and console.help() methods in interactive diff --git a/Makefile b/Makefile index 6aac0e3c..b1083a5e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NJS_VER = 0.1.13 +NJS_VER = 0.1.14 NXT_LIB = nxt -- 2.47.3