|
@@ -0,0 +1,16 @@
|
|
1
|
+=========================
|
|
2
|
+Oscar 0.6.5 release notes
|
|
3
|
+=========================
|
|
4
|
+
|
|
5
|
+This is Oscar 0.6.5, a minor security release. If you rely on the
|
|
6
|
+``permissions_required`` decorator or the
|
|
7
|
+``Application.permissions_map`` and ``Application.default_permissions`` syntax,
|
|
8
|
+you must upgrade.
|
|
9
|
+
|
|
10
|
+Bug fixes
|
|
11
|
+=========
|
|
12
|
+
|
|
13
|
+* The ``permissions_required`` decorator now handles both methods and
|
|
14
|
+ properties on the User model. Previously, it wasn't supported, but a
|
|
15
|
+ docstring showed ``is_anonymous`` as an example, which is a
|
|
16
|
+ method.
|