forked from M-Labs/artiq
RELEASE_NOTES: int(a, width=b) removal, use int32/64
This commit is contained in:
parent
7d4297b9bb
commit
d0a55e5c9b
|
@ -22,6 +22,7 @@ Release notes
|
|||
* The Pipistrello port now has exclusively TTLs.
|
||||
* The DDS class names and setup options have changed, this requires an update of
|
||||
the device database.
|
||||
* ``int(a, width=b)`` has been removed. Use ``int32(a)`` and ``int64(a)``.
|
||||
|
||||
|
||||
2.0
|
||||
|
|
Loading…
Reference in New Issue