summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorNiall Dalton <niall.dalton12@gmail.com>2017-09-18 20:39:36 -0400
committerTim Graham <timograham@gmail.com>2017-09-21 09:42:38 -0400
commit4fe6588da372cdcc14f3e981d4bb960cf905dc74 (patch)
tree390119287435cad814453d87514682c218099b09 /docs/releases
parent52eb5b289e9a0c2dc2302437b9590d0ce5ae0455 (diff)
Fixed #28576 -- Added color interpretation method to GDALBand.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 457e69ea9e..71d41b664c 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -144,6 +144,10 @@ Minor features
GDAL's internal virtual filesystem. Rasters can now be :ref:`created from and
converted to binary data <gdal-raster-vsimem>` in-memory.
+* The new :meth:`GDALBand.color_interp()
+ <django.contrib.gis.gdal.GDALBand.color_interp>` method returns the color
+ interpretation for the band.
+
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~