forked from M-Labs/artiq
RELEASE_NOTES: update
This commit is contained in:
parent
e92d52314b
commit
3df67526b9
|
@ -1,9 +1,12 @@
|
||||||
Release notes
|
Release notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
1.0
|
1.0 (unreleased)
|
||||||
---
|
----------------
|
||||||
|
|
||||||
* First release
|
* First release
|
||||||
* Experiments (your code) should use ``from artiq.experiment import *``
|
* Experiments (your code) should use ``from artiq.experiment import *``
|
||||||
(and not ``from artiq import *`` as previously)
|
(and not ``from artiq import *`` as previously)
|
||||||
|
* Core device flash storage has moved due to increased runtime size.
|
||||||
|
This requires reflashing the runtime and the flash storage filesystem image
|
||||||
|
or its data.
|
||||||
|
|
Loading…
Reference in New Issue