From fa8d9d1b1cd6d2b4f6655e6d8dda00dddf72c447 Mon Sep 17 00:00:00 2001 From: Paulo Lopes Date: Fri, 11 Mar 2022 10:20:49 +0100 Subject: [PATCH] Adding notes Signed-off-by: Paulo Lopes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a4f53be..4c371b6c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.17.1] - * Bump graaljs to 22.0.0.2 +* codegen: fix imports on options +* structured clone: fix handling of graal proxy objects +* polyfill: same type coercion for globals as defined in MDN +* commonjs: loader will also work for `.json` files on `node_modules` +* graaljs: 1 instance per verticle to avoid cross thread access +* Bump vert.x to 4.2.5 ## [0.17.0] - 2022-01-20 * Bump vert.x to 4.2.4