summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-05-30 09:39:59 -0400
committerTim Graham <timograham@gmail.com>2017-05-30 09:42:16 -0400
commit4112bce442c96747f588b9f99f63e45634950972 (patch)
tree35fd9c7e0a152c00354ac5905b2b54a5afbbcb2b /docs
parent5688562f66b2074f7906e34326f54b1bba3f52a8 (diff)
[1.11.x] Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
Follow up to a404f75f92971634c76330f3742261d33ccecca1. Backport of c32476e5ba2f1c18758cfcffc857fa4eab37e816 from master
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`).