From: Dmitry Volyntsev Date: Tue, 29 Jun 2021 11:47:04 +0000 (+0000) Subject: Version 0.6.1. X-Git-Tag: 0.6.1 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=05e1d7555fe80bc1074e82965da5ab2dec6b1cb6;p=njs.git Version 0.6.1. --- diff --git a/CHANGES b/CHANGES index ad5c9e10..fe41677a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +Changes with njs 0.6.1 29 Jun 2021 + + *) Bugfix: fixed RegExpBuiltinExec() with UTF-8 only regexps. + The bug was introduced in 0.4.2. + + *) Bugfix: fixed parsing of export default declaration with + non-assignment expressions. + Thanks to Artem S. Povalyukhin. + Changes with njs 0.6.0 15 Jun 2021 Core: