diff --git a/doc/misc.rst b/doc/misc.rst index 4c57d8c3e7bd43f89867cd5edab844ddbb6a24d8..5af41afb9c8d999a06497591a97a56c89f842364 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -83,6 +83,8 @@ Version 2013.2 * Support *strides* on :func:`pyopencl.enqueue_map_buffer` and :func:`pyopencl.enqueue_map_image`. * :class:`pyopencl.ImageFormat` was made comparable and hashable. +* :mod:`pyopencl.reduction` supports slicing (contributed by Alex Nitz) +* Bug fixes Version 2013.1 --------------