From 2525fe87e1d3ceb8dcbb125f7fb7e56d0930e4c2 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 18 Jun 2020 23:35:16 -0500
Subject: [PATCH] Add release notes

---
 doc/misc.rst | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/doc/misc.rst b/doc/misc.rst
index 89e7c5d9..487920dd 100644
--- a/doc/misc.rst
+++ b/doc/misc.rst
@@ -248,14 +248,23 @@ other software to be turned into the corresponding :mod:`pyopencl` objects.
 User-visible Changes
 ====================
 
-Version 2018.2
+Version 2020.3
 --------------
-
 .. note::
 
     This version is currently under development. You can get snapshots from
     PyOpenCL's `git repository <https://github.com/inducer/pyopencl>`_
 
+Version 2020.2
+--------------
+
+- Drop Python 2 support.
+- Add ``allow_empty_ndrange`` to kernel enqueue.
+- Bug fixes.
+
+Version 2018.2
+--------------
+
 * Use pybind11.
 * Many bug fixes.
 * Support arrays with offsets in scan kernels.
-- 
GitLab