Update CHANGELOG

This commit is contained in:
Michael Droettboom 2019-04-22 14:12:45 -04:00
parent dfbe045895
commit 09e1caa6f4
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
## Unreleased ## Unreleased
**User improvements:**
- Passing a Python object to Javascript always creates the same object in
Javascript. This makes APIs like `removeEventListener` usable.
- Calling `dir()` in Python on a JavaScript proxy now works.
## Version 0.11.0 ## Version 0.11.0
**User improvements:** **User improvements:**