Skip to content

Commit

Permalink
[docs] added version 0.8.1 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Oct 5, 2021
1 parent c390b93 commit 6a13708
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,16 @@ Changelog
* bug fixes

- :mod:`spatialist.envi`: enabled reading of HDR files in ZIP archives

0.8.1 | 2021-10-05
------------------

- :func:`spatialist.auxil.crsConvert`:

* use https for `opengis` links
* apply ESPG validity checks when output format is `opengis` (not just when `epsg`)

- :func:`spatialist.ancillary.finder`:

* raise :class:`RuntimeError` (not :class:`TypeError`) if target is a file but is neither zip nor tar
* raise :class:`RuntimeError` (not :class:`TypeError`) if target is a string but is neither directory nor file

0 comments on commit 6a13708

Please sign in to comment.