diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt
index d320b88..7c22c9f 100644
--- a/docs/releases/1.2.txt
+++ b/docs/releases/1.2.txt
@@ -309,9 +309,6 @@ cleaned in-place. This conversion used to happen when the model was saved. If
 you need an unmodified instance of your model, you should pass a copy to the
 ``ModelForm`` constructor.
 
-
-.. _deprecated-features-1.2:
-
 ``BooleanField`` on MySQL
 --------------------------
 
@@ -322,6 +319,13 @@ people this shouldn't have been a problem because ``bool`` is a subclass of
 only time this should ever be an issue is if you were expecting printing the
 ``repr`` of a ``BooleanField`` to print ``1`` or ``0``.
 
+``PostGISAdaptor`` renamed to ``PostGISAdapter``
+------------------------------------------------
+
+The :class:`django.contrib.gis.db.backend.postgis.adaptor.PostGISAdaptor` class has been renamed to :class:`django.contrib.gis.db.backends.postgis.adapter.PostGISAdapter`.
+
+.. _deprecated-features-1.2:
+
 Features deprecated in 1.2
 ==========================
 
