From 7654ad29c543f454f60c03d3f904d5a4cf233a67 Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Sat, 15 Jul 2017 15:56:46 +0200 Subject: [PATCH] :art: Establish link to version compare --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3c27855..28e897e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Core completed its first full Linux boot - Changelog design, adhering to a common [standard](http://keepachangelog.com/en/1.0.0/) -## 0.2.0 - 2017-06-28 +## [0.2.0] - 2017-06-28 ### Added - Virtual memory support according to RISC-V privilege specification 1.11 (WIP) - Add support for Torture test framework @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Timing improvements - New fetch interface, smaller and ready for macro-op fusion and dual-issue -## 0.1.0 - 2017-06-21 +## [0.1.0] - 2017-06-21 ### Added - Initial development, getting to a stable point