From c2ee9633c593fcdd82225c887fa7672b46da4dea Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Fri, 24 Jan 2025 17:04:21 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffd1e23..27c04332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.0.2 (TBD) -- improve docstrings (#1272) +- improve docstrings (#1272 #1274) - fix bug where consolidate_intersections function would mutate the passed-in graph (#1273) - provide user-friendly error message if consolidate_intersections is run more than once (#1273)