From d413aa40fb6573dcfe0918fb122ea5df17b4221e Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 13 Aug 2018 15:21:55 -0500 Subject: [PATCH] Fix docs of queue-with-properties constructor --- doc/runtime_queue.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/runtime_queue.rst b/doc/runtime_queue.rst index 178a0c50..c0b42897 100644 --- a/doc/runtime_queue.rst +++ b/doc/runtime_queue.rst @@ -38,6 +38,10 @@ Command Queue Context manager capability. + .. versionchanged:: 2018.2 + + Added the sequence-of-properties interface for OpenCL 2. + .. attribute:: info Lower case versions of the :class:`command_queue_info` constants -- GitLab