diff --git a/docs/changelog.rst b/docs/changelog.rst index b946c0fa5..98e8a1b11 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,9 @@ Fixed copies). - Fixed bug in :meth:`xugrid.Ugrid1d.merge_partitions`, which caused ``ValueError: indexes must be provided for attrs``. +- Fixed ``from_structured`` methods: the generated faces are now always in + counterclockwise direction, also for increasing y-coordinates or decreasing + x-coordinates. Added ~~~~~