diff --git a/docs/releases/1.2-beta-1.txt b/docs/releases/1.2-beta-1.txt index 859c5c50ff..a12e7e82bc 100644 --- a/docs/releases/1.2-beta-1.txt +++ b/docs/releases/1.2-beta-1.txt @@ -142,11 +142,14 @@ values. Object-level permissions ------------------------ -A foundation for specifying permissions at the per-object level has -been added. The default authentication backends shipped with Django do -not make use of this, but third-party authentication backends are free -to do so. See the :ref:`authentication docs ` for more -information. +A foundation for specifying permissions at the per-object level was +added in Django 1.2 alpha but not documented with the alpha release. + +The default authentication backends shipped with Django do not +currently make use of this, but third-party authentication backends +are free to do so. See the :ref:`authentication docs ` +for more information. + Permissions for anonymous users -------------------------------