Skip to content

Commit

Permalink
Updated O(N^2) to render for RST.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 5, 2025
1 parent 16b8b5f commit b2ea8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ MontePy Changelog
**Performance Improvement**

* Fixed cyclic memory reference that lead to memory leak in ``copy.deepcopy`` (:issue:`514`).
* Fixed O(N<sup>2</sup>) 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**

Expand Down

0 comments on commit b2ea8c0

Please sign in to comment.