# HG changeset patch # User Chris Seaton # Date 1410020411 -3600 # Node ID 97d0508b7cf1399d55099c15c9389bd43b0b1c75 # Parent d51c097cca37898a309bd3814cd634eba6cfef1d Truffle: entries in change log. diff -r d51c097cca37 -r 97d0508b7cf1 CHANGELOG.md --- a/CHANGELOG.md Sat Sep 06 17:19:13 2014 +0100 +++ b/CHANGELOG.md Sat Sep 06 17:20:11 2014 +0100 @@ -6,6 +6,8 @@ ### Truffle * Added TruffleRuntime#getCallTargets() to get all call targets that were created and are still referenced. +* Added `NeverValidAssumption` to complement `AlwaysValidAssumption`. +* Fixed a bug in `AssumedValue` that may not invalidate correctly. ## Version 0.4 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.4)