From 5ed4c8ba0a9072a5a0273c0e2abc45e8df4df050 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 12 Sep 2009 04:14:11 -0400 Subject: [PATCH] Fix user-visible change docs. --- doc/source/misc.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/misc.rst b/doc/source/misc.rst index 06a16715..bad0cf5c 100644 --- a/doc/source/misc.rst +++ b/doc/source/misc.rst @@ -28,8 +28,9 @@ Version 0.91 are now defaulted to zero. The argument order of `enqueue_{read,write}_image` has changed for this reason. * :meth:`pyopencl.MemoryObject.get_image_info` now actually exists. -* Add :meth:`pyopencl.MemoryObject.image`. -* Fixed API tracing. +* Add :attr:`pyopencl.MemoryObject.image.info`. +* Fix API tracing. +* Add :ref:`gl-interop`. Version 0.90.4 -------------- -- GitLab