From 777afc3de67c738932212c14e06f7703bf0b7b79 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 31 Aug 2017 20:48:52 +0300 Subject: [PATCH] Version 0.1.13. --- CHANGES | 13 +++++++++++++ Makefile | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index fa9cf598..3530bdad 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,17 @@ +Changes with nJScript 0.1.13 31 Aug 2017 + + *) Feature: console.log() and console.help() methods in interactive + shell. + + *) Feature: interactive shell prints backtrace on exception. + + *) Feature: interactive shell by default if libedit is available. + + *) Bugfix: processing of large files from stdin in command line mode. + + *) Bugfix: improved editline detection. + Changes with nJScript 0.1.12 08 Aug 2017 *) Feature: Interactive shell. diff --git a/Makefile b/Makefile index 01ed2c2f..18a8e67c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NJS_VER = 0.1.12 +NJS_VER = 0.1.13 NXT_LIB = nxt -- 2.47.3