From 893ffb04c9ebd9bc2655c10891ccf3a561410df5 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Mon, 25 Jan 2016 16:15:05 -0700 Subject: [PATCH] update release notes --- RELEASES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES b/RELEASES index 876b4f92b..f66711bc9 100644 --- a/RELEASES +++ b/RELEASES @@ -21,3 +21,5 @@ Release notes 1.0 --- * First release +* Experiments (your code) should use ``from artiq.experiment import *`` + (and not ``from artiq import *`` as previously)