changeset 13920:848b50624671

changelog: switch to markdown syntax
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 10 Feb 2014 15:58:10 +0200
parents 9d70445ea369
children eb48fac53e6f
files CHANGELOG.html CHANGELOG.md
diffstat 2 files changed, 20 insertions(+), 34 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.html	Mon Feb 10 13:51:20 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<h1>GraalVM Changelog</h1>
-
-<h2>Tip</h2>
-<ul>
-<li>
-<b>Graal</b>
-<ul>
-<li>...</li>
-</ul>
-</li>
-<li>
-<b>Truffle</b>
-<ul>
-<li>...</li>
-</ul>
-</li></ul>
-<h2>Version 0.1</h2>
-<ul>
-<li>
-<b>Graal</b>
-<ul>
-<li>Initial version of a dynamic Java compiler written in Java.</li>
-<li>Support for multiple co-existing GPU backends (<a href="https://bugs.openjdk.java.net/browse/GRAAL-1">GRAAL-1</a>).</li>
-<li>Fixed a compiler bug when running RuneScape (<a href="https://bugs.openjdk.java.net/browse/GRAAL-7">GRAAL-7</a>).</li>
-<li>Bug fixes (<a href="https://bugs.openjdk.java.net/browse/GRAAL-4">GRAAL-4</a>, <a href="https://bugs.openjdk.java.net/browse/GRAAL-5">GRAAL-5</a>).</li>
-</ul>
-</li>
-<li>
-<b>Truffle</b>
-<ul>
-<li>Initial version of a multi-language framework on top of Graal. </li>
-<li>Update of the <a href="http://mail.openjdk.java.net/pipermail/graal-dev/2014-January/001516.html">Truffle inlining API</a>.</li>
-</ul>
-</li></ul>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CHANGELOG.md	Mon Feb 10 15:58:10 2014 +0200
@@ -0,0 +1,20 @@
+# GraalVM Changelog
+
+## `tip`
+### Graal
+* ...
+### Truffle
+* ...
+
+## Version 0.1
+### Graal
+
+* Initial version of a dynamic Java compiler written in Java.
+* Support for multiple co-existing GPU backends ([GRAAL-1](https://bugs.openjdk.java.net/browse/GRAAL-1)).
+* Fixed a compiler bug when running RuneScape ([GRAAL-7](https://bugs.openjdk.java.net/browse/GRAAL-7)).
+* Bug fixes ([GRAAL-4](https://bugs.openjdk.java.net/browse/GRAAL-4), [GRAAL-5](https://bugs.openjdk.java.net/browse/GRAAL-5)).
+
+### Truffle
+
+* Initial version of a multi-language framework on top of Graal.
+* Update of the [Truffle Inlining API](http://mail.openjdk.java.net/pipermail/graal-dev/2014-January/001516.html).