summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-08-01 15:06:31 -0400
committerTim Graham <timograham@gmail.com>2017-08-02 09:46:52 -0400
commita49764dd9daa11c4e24bad84423f71711b3e0de0 (patch)
tree49adea9e4aa30d469f9e85aca08d34533a221a45 /docs
parent2ec74bfcaccd533ed9684c88f734ba3765866a95 (diff)
[1.11.x] Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.
A less invasive backport of 78c155cf2e5a27fd2db18c2d46953b1b0fdba829 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.11.5.txt b/docs/releases/1.11.5.txt
index bbdd640e4b..55fa0eda7e 100644
--- a/docs/releases/1.11.5.txt
+++ b/docs/releases/1.11.5.txt
@@ -9,4 +9,5 @@ Django 1.11.5 fixes several bugs in 1.11.4.
Bugfixes
========
-* ...
+* Fixed GEOS version parsing if the version has a commit hash at the end (new
+ in GEOS 3.6.2) (:ticket:`28441`).