From d0a55e5c9bcc062b91a54ff51bc963ff913bfa4a Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 24 Nov 2016 14:24:12 +0100 Subject: [PATCH] RELEASE_NOTES: int(a, width=b) removal, use int32/64 --- RELEASE_NOTES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 635bb607d..b2f8e1d8a 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -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