From 7a294a2fd9669e554e62c4a90ec4e11407d49115 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Fri, 18 Mar 2016 23:48:12 +0100 Subject: [PATCH] release_notes: add comment about sort --- RELEASE_NOTES.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 309aea450..a36a58fd8 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -1,10 +1,11 @@ +.. Add new releases at the top to keep important stuff directly visible. + Release notes ============= -1.0 (unreleased) ----------------- +Unreleased +---------- -* First release * Experiments (your code) should use ``from artiq.experiment import *`` (and not ``from artiq import *`` as previously) * Core device flash storage has moved due to increased runtime size.