diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index c5ecafa..95eebce 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -5,6 +5,8 @@ Release notes for Numexpr 2.8 series Changes from 2.8.1 to 2.8.2 --------------------------- +* TODO +======= * Due to the removal of the array flag `NPY_ARRAY_UPDATEIFCOPY`, it's possible for older versions of NumExpr (<= 2.8.1) to fail to compile against NumPy >= 1.23.0. This flag was removed with no observed change in behavior. The branch of code @@ -16,7 +18,6 @@ Changes from 2.8.1 to 2.8.2 * - Changes from 2.8.0 to 2.8.1 ---------------------------