From b2ea8c0dbfcdcb598d71fd6df555f0c80a47760a Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Sat, 4 Jan 2025 22:19:31 -0600 Subject: [PATCH] Updated O(N^2) to render for RST. --- doc/source/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 01b42c94..75fe024f 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -37,7 +37,7 @@ MontePy Changelog **Performance Improvement** * Fixed cyclic memory reference that lead to memory leak in ``copy.deepcopy`` (:issue:`514`). -* Fixed O(N2) operation in how append works for object collections like Cells (:issue:`556`). +* Fixed O(N\ :sup:`2`) operation in how append works for object collections like Cells (:issue:`556`). **Bug Fixes**