diff --git a/doc/source/change-log.rst b/doc/source/change-log.rst index c631dacbb..9705398d0 100644 --- a/doc/source/change-log.rst +++ b/doc/source/change-log.rst @@ -13,6 +13,10 @@ Change Log You should be using :class:`numpy.random.Generator` or :class:`numpy.random.RandomState` which are maintained. +v1.26.1 +======= +- Initial compatability with Cython 3 and NumPy 2 + v1.26.0 ======= - Fixed a bug that affected the :meth:`randomgen.xoroshiro128.Xoroshiro128.jumped`