summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-07-27 13:52:17 -0400
committerTim Graham <timograham@gmail.com>2017-08-02 09:30:30 -0400
commit78c155cf2e5a27fd2db18c2d46953b1b0fdba829 (patch)
tree0e2887ec6d340a07b1d4576fcfd1037a803ed0f8 /docs
parent78f7f6802175c6ef9a1c5160bbad0b9d2661f603 (diff)
Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.
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`).