summaryrefslogtreecommitdiff
path: root/docs/releases/3.2.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2020-10-21 20:20:26 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-10-27 07:14:16 +0100
commit7734337bcb7f9e322c1d4f56ad3f514e1e4c66b7 (patch)
tree9bae06d486fcb12e8df8f90c8284303bd97cd194 /docs/releases/3.2.txt
parent49ece897024f2241e74b4bcbf193d412ce9e8e6a (diff)
Made OracleSpatialAdapter clone geometries rather than mutate them.
Diffstat (limited to 'docs/releases/3.2.txt')
-rw-r--r--docs/releases/3.2.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index 18d63786d2..c765c4ed63 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -488,6 +488,11 @@ backends.
* Support for PostGIS 2.2 is removed.
+* The Oracle backend now clones polygons (and geometry collections containing
+ polygons) before reorienting them and saving them to the database. They are
+ no longer mutated in place. You might notice this if you use the polygons
+ after a model is saved.
+
Dropped support for PostgreSQL 9.5
----------------------------------