summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/release/release_dev.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/release_dev.rst b/doc/release/release_dev.rst
index 59bffe0c..36021135 100644
--- a/doc/release/release_dev.rst
+++ b/doc/release/release_dev.rst
@@ -23,6 +23,9 @@ X contributors. Highlights include:
Improvements
------------
+- [`#6654 <https://github.com/networkx/networkx/pull/6654>`_]
+ Function ``cycle_basis`` switched from using Python sets to dicts so the
+ results are now deterministic (not dependent on order reported by a set).
API Changes
-----------