summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2017-08-22 14:45:08 +0200
committerTim Graham <timograham@gmail.com>2017-08-22 08:45:08 -0400
commited77bea58274e11e5a9e4c8b9650f50deb8a2b26 (patch)
tree52b9ef33e778da64515646c352baf14324cd89b8 /docs
parent7bba82453ce142e170325c28e684aa7ee719a0b3 (diff)
Refs #28502 -- Complemented stringformat tuple handling/test.
An additional test and a code change were suggested in a late review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.5.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.11.5.txt b/docs/releases/1.11.5.txt
index 556cc73793..e7c6c91a5d 100644
--- a/docs/releases/1.11.5.txt
+++ b/docs/releases/1.11.5.txt
@@ -13,3 +13,5 @@ Bugfixes
in GEOS 3.6.2) (:ticket:`28441`).
* Fixed test database creation with ``cx_Oracle`` 6 (:ticket:`28498`).
+
+* Fixed select widget rendering when option values are tuples (:ticket:`28502`).