Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fitodic committed Nov 26, 2017
1 parent ad3a340 commit 5c0515b
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 @@ -4,21 +4,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.2.2 - Unreleased
## 0.3 - Unreleased

### Added

- `flake8` configuration
- `flake8` checks in the Travis build
- `utils` module
- `utils` and `io` modules
- `create_centerlines` script and function for creating centerlines that is format agnotic. All OGR vector file formats should be supported.

### Changed

- The `Centerline` class extends Shapely's `MultiLineString` class
- Replaced the `shp2centerline` script with `create_centerlines`

### Removed

- Support for `GDAL<=2.0.1`
- Support for `GDAL<2.0`
- Support for `Fiona<1.7`
- `shp2centerline` script


## 0.2.1 - 2017-06-18
Expand Down

0 comments on commit 5c0515b

Please sign in to comment.