diff --git a/doc/misc.rst b/doc/misc.rst index c93db1048dd6b7496ba8d1ddc5ebee621e5ee6ef..0ebd67346d7ddec9fa39b7773d8766442575f14c 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -282,6 +282,13 @@ other software to be turned into the corresponding :mod:`pyopencl` objects. User-visible Changes ==================== +Version 2022.2 +-------------- + +- Added :ref:`opaque-style SVM <opaque-svm>` and :class:`pyopencl.SVMPointer`. +- Added :class:`pyopencl.tools.SVMPool`. +- Added automatic queue-synchronized deallocation of SVM. + Version 2020.3 -------------- .. note::