diff --git a/docs/releasenotes/5.2.0.rst b/docs/releasenotes/5.2.0.rst index 477bb32e4..2ae6ee292 100644 --- a/docs/releasenotes/5.2.0.rst +++ b/docs/releasenotes/5.2.0.rst @@ -7,9 +7,15 @@ API Changes Deprecations ^^^^^^^^^^^^ -Two version constants – ``VERSION`` (the old PIL version 1.1.7) and -``PILLOW_VERSION`` – have been deprecated and will be removed in the next -major release. Use ``__version__`` instead. +These version constants have been deprecated and will be removed in the next +major release: + +* ``PIL.VERSION`` (old PIL version 1.1.7) +* ``PIL.PILLOW_VERSION`` +* ``PIL.Image.VERSION`` +* ``PIL.Image.PILLOW_VERSION`` + +Use ``__version__`` instead. API Additions