From 7688e6e231de6a34e0eb7eb13c3c52621d58c1f3 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 5 Sep 2019 12:42:27 +0200 Subject: [PATCH] release-notes: Add table of contents Signed-off-by: Samuel Ortiz --- release-notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/release-notes.md b/release-notes.md index 610ed0ace..52e34462d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,20 @@ +- [v0.2.0](#v020) + - [Network device offloading](#network-device-offloading) + - [Minimal hardware-reduced ACPI](#minimal-hardware-reduced-acpi) + - [Debug I/O port](#debug-io-port) + - [Improved direct device assignment](#improved-direct-device-assignment) + - [Improved shared filesystem](#improved-shared-filesystem) + - [Ubuntu bionic based CI](#ubuntu-bionic-based-ci) +- [v0.1.0](#v010) + - [Shared filesystem](#shared-filesystem) + - [Initial direct device assignment support](#initial-direct-device-assignment-support) + - [Userspace IOAPIC](#userspace-ioapic) + - [Virtual persistent memory](#virtual-persistent-memory) + - [Linux kernel bzImage](#linux-kernel-bzimage) + - [Console over virtio](#console-over-virtio) + - [Unit testing](#unit-testing) + - [Integration tests parallelization](#integration-tests-parallelization) + # v0.2.0 This release has been tracked through the [0.2.0 project](https://github.com/intel/cloud-hypervisor/projects/2).