From 24259523bb76afbd454c08eeb3995b8f8a518504 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 15 Oct 2020 16:51:02 +0800 Subject: [PATCH] RELEASE_NOTES: link to issue consistently --- RELEASE_NOTES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index e87bd5929..a786b4ff4 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -18,8 +18,8 @@ Highlights: * Matrix math support on the core device. * Trigonometric functions and miscellaneous math library support on the core device. * Performance improvements: - - #1432: SERDES TTL inputs can now detect edges on pulses that are shorter - than the RTIO period + - SERDES TTL inputs can now detect edges on pulses that are shorter + than the RTIO period (https://github.com/m-labs/artiq/issues/1432) - Improved performance for kernel RPC involving list and array. * Coredevice SI to mu conversions now always return valid codes, or raise a ``ValueError``. * Zotino now exposes ``voltage_to_mu()``