From 6dd9a36adc2a57dba786d660283f28c3c8258ba2 Mon Sep 17 00:00:00 2001 From: cheginit Date: Tue, 14 Jun 2022 00:16:52 -0500 Subject: [PATCH] DOC: Update the changelog [skip ci] --- HISTORY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 04cb190..67500d5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,8 +10,8 @@ Breaking Changes - Set the minimum supported version of Python to 3.8 since many of the dependencies such as ``xarray``, ``pandas``, ``rioxarray`` have dropped support for Python 3.7. -- Pin `owslib` to version <0.26 since version 0.26 has pinned `pyproj` to - version <3.3 which is not compatible with `rasterio` on macOS. +- Pin ``owslib`` to version <0.26 since version 0.26 has pinned ``pyproj`` to + version <3.3 which is not compatible with ``rasterio`` on macOS. Internal Changes ~~~~~~~~~~~~~~~~