From c049cdf1c31301464aa01eb269e220ea491e64be Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Fri, 27 Aug 2021 13:11:33 +0200 Subject: [PATCH] Changelog entry for the changes in globals --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6387c6cb2..a5434d7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,11 @@ All notable changes to this project will be documented in this file. ### Added - One can now set an alias from the root to a global callback + - It is now possible to access properties and callback of exported global objects from the native code (#96) ### Fixed + - The interpreter API correctly return an error instead of panicking when setting properties or calling callbacks + that don't exist ## [0.1.1] - 2021-08-19