Skip to content

Commit

Permalink
Release 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
provegard committed Sep 15, 2017
1 parent a743ecd commit c933279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.5.6 (2017-09-15)

* Return internal properties (`[[Prop]]`) (issue #58):
* `[[TargetFunction]]` for a bound function
Expand All @@ -10,6 +10,7 @@
* Don't return any Java array properties if only accessors are requested.
* Merge scripts based on contents hash regardless of recompilation/original order (issue #64)
* Support script reload with changed contents and same path (issue #65)
* Scan classes in chunks to prevent locking up and preventing other operations (issue #63)

## 0.5.5 (2017-08-24)

Expand Down

0 comments on commit c933279

Please sign in to comment.