summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-08-16 18:39:58 +0200
committerGitHub <noreply@github.com>2017-08-16 18:39:58 +0200
commit6784383e93d582f43f8cb5f7647a05645cbb339b (patch)
treec1acb12139023af9e0962751b0d7470e318f3af9 /docs
parenta4934243527c18775c70e998bec2fd87235853ac (diff)
Fixed #28498 -- Fixed test database creation with cx_Oracle 6.
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 55fa0eda7e..556cc73793 100644
--- a/docs/releases/1.11.5.txt
+++ b/docs/releases/1.11.5.txt
@@ -11,3 +11,5 @@ Bugfixes
* Fixed GEOS version parsing if the version has a commit hash at the end (new
in GEOS 3.6.2) (:ticket:`28441`).
+
+* Fixed test database creation with ``cx_Oracle`` 6 (:ticket:`28498`).