diff options
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.0.txt | 4 |
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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
