From 0283f3191f364a38167bb16810c7aeb829939863 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Mon, 10 Apr 2023 09:50:19 -0700 Subject: [PATCH] Version 0.7.12. --- CHANGES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES b/CHANGES index febcfb31..63a3d265 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,20 @@ +Changes with njs 0.7.12 10 Apr 2023 + + nginx modules: + + *) Bugfix: fixed Headers() constructor in Fetch API. + + Core: + + *) Feature: added Hash.copy() method in "crypto" module. + + *) Feature: added "zlib" module. + + *) Improvement: added support for export {name as default} + statement. + + *) Bugfix: fixed Number constructor according to the spec. + Changes with njs 0.7.11 9 Mar 2023 nginx modules: -- 2.47.3