changeset 15567:10732e1421ee

changelog: graal-0.3
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 09 May 2014 01:47:18 +0200
parents f2988cdf41ee
children 857ab1f388a5
files .hgtags CHANGELOG.md
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Thu May 08 22:56:16 2014 +0200
+++ b/.hgtags	Fri May 09 01:47:18 2014 +0200
@@ -405,3 +405,4 @@
 41f4cad94c581034d4c427d2aaabcc20f26342d0 hs25-b63
 b124e22eb772806c13d942cc110de38da0108147 graal-0.1
 483d05bf77a7c2a762aca1e06c4191bc06647176 graal-0.2
+f2988cdf41ee3e8621a9750c5aa813e7070fc34d graal-0.3
--- a/CHANGELOG.md	Thu May 08 22:56:16 2014 +0200
+++ b/CHANGELOG.md	Fri May 09 01:47:18 2014 +0200
@@ -2,6 +2,15 @@
 
 ## `tip`
 ### Graal
+* ...
+
+### Truffle
+* ...
+
+## Version 0.3
+7-May-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/XXX)
+
+### Graal
 * Explicit support for oop compression/uncompression in high level graph.
 * LIRGenerator refactoring.
 * Explicit types for inputs (InputType enum).