summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-05-30 09:39:59 -0400
committerGitHub <noreply@github.com>2017-05-30 09:39:59 -0400
commitc32476e5ba2f1c18758cfcffc857fa4eab37e816 (patch)
tree03e2d26bb2496f656c783312793503df58a41cfa /docs
parent9509268cea9ed1dfda5e66a25f4429a25bf40480 (diff)
Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
Follow up to a404f75f92971634c76330f3742261d33ccecca1.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt
index 718dc386bb..99e82f75a0 100644
--- a/docs/releases/1.11.2.txt
+++ b/docs/releases/1.11.2.txt
@@ -42,3 +42,5 @@ Bugfixes
* Prevented ``Subquery`` from adding an unnecessary ``CAST`` which resulted in
invalid SQL (:ticket:`28199`).
+
+* Corrected detection of GDAL 2.1 on Windows (:ticket:`28181`).