Skip to content

Commit

Permalink
Documented recent changes in changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Apr 26, 2018
1 parent f6417a4 commit 4c2c3b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ django-raster change log

0.6
---
* BREAKING CHANGE: Dropped support for Python 2.

* Changed alpha channel handling on RGB endpoint. The alpha channel is now
switched off by default. To activate it, add the ``alpha`` query parameter
to the rgb request.
Expand All @@ -19,6 +21,10 @@ django-raster change log
* Added option to add direct s3 links that download data from s3 using boto3.
This allows specifying private or requester-pays buckets as raster source.

* Made it possible to request TIFF tiles on the TMS, Algebra and RGB endpoints.

* Updated dependency versions to latest respective releases.

0.5
---
* Added ``memory_efficient`` flag to value count aggregator. The value counts
Expand Down

0 comments on commit 4c2c3b8

Please sign in to comment.