diff --git a/CHANGES.rst b/CHANGES.rst
index d9bf25965cee9988ef947a87f6864e163c288e4b_Q0hBTkdFUy5yc3Q=..506ed4186b94eabca263fe1a8113406a6f8a7b6b_Q0hBTkdFUy5yc3Q= 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,6 +14,9 @@
 * Fix a regression in 0.29.20 where a call inside of a finally clause could fail to compile.
   Patch by David Woods.  (Github issue #3712)
 
+* Zero-sized buffers could fail to validate as C/Fortran-contiguous.
+  Patch by Clemens Hofreither.  (Github issue #2093)
+
 * ``exec()`` did not allow recent Python syntax features in Py3.8+ due to
   https://bugs.python.org/issue35975.
   (Github issue #3695)