Changelog entry for the changes in globals

This commit is contained in:
Olivier Goffart 2021-08-27 13:11:33 +02:00 committed by Olivier Goffart
parent 70c57844b7
commit c049cdf1c3

View file

@ -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