diff CHANGELOG.md @ 17087:4faf9bdb9973

Merge
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 09 Sep 2014 14:31:36 -0700
parents 2476180699f6
children ae5b66255083
line wrap: on
line diff
--- a/CHANGELOG.md	Tue Sep 09 12:22:48 2014 -0700
+++ b/CHANGELOG.md	Tue Sep 09 14:31:36 2014 -0700
@@ -6,6 +6,9 @@
 
 ### 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.
+* New option, TruffleCompilationExceptionsAreThrown, that will throw a OptimizationFailedException for compiler errors.
 
 ## Version 0.4
 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.4)