diff --git a/docs/history.rst b/docs/history.rst index 3f6110c10..805c13190 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -6,6 +6,7 @@ Latest - DEP: Minimum supported Python version 3.9 (issue #1111) - ENH: Added allow_superseded kwargs to :class:`pyproj.transformer.TransformerGroup` (pull #1269) - ENH: Added :meth:`CRS.to_2d` to demote 3D CRS to 2D (issue #1266) +- ENH: Added parameter `output_axis_rule` to :meth:`CRS.to_wkt` (pull #1287) 3.5.0 ------