# Changelog ## Version 0.1.2 (2024-07-26) - fix: properly handle the case where q4 is infinite in `should_swap_diagonals` for CDT (via a new `constrained_should_swap_diagonals`) - optimizations: more small optimizations for `should_swap_diagonals` in DT and for the `swaps_history` in `restore_delaunay_triangulation_constrained` in CDT ## Version 0.1.1 (2024-07-25) - fix: properly handle the case where q4 is infinite in `should_swap_diagonals` ## Version 0.1.0 (2024-07-24) - Initial release