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