diff --git a/ChangeLog b/ChangeLog index 0f4d267a8..6569b8c1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,16 @@ intervalxt Change Log .. current developments +v3.13.2 +==================== + +**Fixed:** + +* Fixed missing implementation of hashing for `EquivalenceClass`. +* Fixed equivalence tests in pyflatsurf test suite. + + + v3.13.1 ==================== diff --git a/doc/news/hashcode.rst b/doc/news/hashcode.rst deleted file mode 100644 index d30ff9780..000000000 --- a/doc/news/hashcode.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* Fixed missing implementation of hashing for `EquivalenceClass`. diff --git a/doc/news/pycodes.rst b/doc/news/pycodes.rst deleted file mode 100644 index df150d4f8..000000000 --- a/doc/news/pycodes.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* Fixed equivalence tests in pyflatsurf test suite.