Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhartzell committed Sep 11, 2023
1 parent 7904f8e commit d81a4c6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Added a `precision` option to the densify functions ([#25](https://github.com/pjhartzell/raster-footprint/issues/25))
- Added a `precision` option to the densify functions
([#25](https://github.com/pjhartzell/raster-footprint/issues/25))

### Changed

- Moved `geometry` argument to first position in `reproject_geometry` ([#24](https://github.com/pjhartzell/raster-footprint/pull/24))
- Changed default behavior in mask and footprint creation to not include holes ([]())
- Moved `geometry` argument to first position in `reproject_geometry`
([#24](https://github.com/pjhartzell/raster-footprint/pull/24))

## [0.1.0] - 2023-08-13

Expand Down

0 comments on commit d81a4c6

Please sign in to comment.