summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-30 13:52:42 -0400
committerTim Graham <timograham@gmail.com>2014-10-30 13:52:42 -0400
commit57e40551e41eaf31ff96672beea9b1f732f2e331 (patch)
tree667d9b8fe92b0965f8999f894bcd3221964ab130 /docs
parenteb4f6de980c5148ba48d4ed67f31cca27dd132a8 (diff)
Fixed #23152 -- Added support for transactional Spatialite metadata initialization.
Thanks Doug Goldstein for the initial patch.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 9f20e0a01b..5d4ea56850 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -34,3 +34,6 @@ Bugfixes
``AlterIndexTogether`` or ``AlterUniqueTogether`` (:ticket:`23614`).
* Updated the first day of the week in the Ukrainian locale to Monday.
+
+* Added support for transactional spatial metadata initialization on
+ SpatiaLite 4.1+ (:ticket:`23152`).