# Changes ## 0.2.0 - 2024.11.06 - BREAKING: Mark `CoordTrait::nth_unchecked` as `unsafe` and add `CoordTrait::nth_or_panic`. - - Make `geo-types` dependency optional for `geo-traits`. - - Add converter functions for `geo-traits` to `geo-types`. - ## 0.1.1 - Fix `TriangleTrait::second` and `TriangleTrait::third` to return the second and third coordinates instead of the first. - ## 0.1.0 - Initial release