diff --git a/pyopencl/cffi_cl.py b/pyopencl/cffi_cl.py index 096ebf796338932adfb0a9bfb0f8ac8def25c283..7cb3acf26bed2265a52ec0edea891b2a4358dde0 100644 --- a/pyopencl/cffi_cl.py +++ b/pyopencl/cffi_cl.py @@ -237,6 +237,10 @@ class _Common(object): the previous owner of the object will *not* release the reference, *retain* should be set to *False*, to effectively transfer ownership to :mod:`pyopencl`. + + .. versionchanged:: 2016.1 + + *retain* added """ ptr = _ffi.new('clobj_t*') _handle_error(_lib.clobj__from_int_ptr(