diff --git a/doc/source/change-log.rst b/doc/source/change-log.rst index e9531b49c..2c17477b2 100644 --- a/doc/source/change-log.rst +++ b/doc/source/change-log.rst @@ -15,6 +15,11 @@ Change Log maintained until after NumPy 1.21 (or 2 releases after NumPy 1.19) for users who cannot update NumPy. +v1.19.3 +======= +- Future proofed setup against ``setuptools`` and ``distutils`` changes. +- Enhanced documentation for :class:`~randomgen.rdrand.RDRAND`. + v1.19.2 ======= - Corrected :class:`~randomgen.rdrand.RDRAND` to retry on failures with pause