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)