Skip to content

Commit fc5eaea

Browse files
trelalanking
authored andcommitted
[#510] update README to reflect removal of session.permissions
1 parent 721151a commit fc5eaea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,16 +1531,16 @@ the `get()` method was invoked with the parameter
15311531
permissions as a by-product of group ACLs, whereas data objects would
15321532
not.
15331533

1534-
In release v1.1.6, we move to correct this inconsistency by introducing
1534+
In release v1.1.6, we moved to correct this inconsistency by introducing
15351535
the synonym `<session>.acls` that acts almost identically
15361536
like `<session>.permissions`, except that the
15371537
`<session>.acls.get(...)` method does not accept the
15381538
`report_raw_acls` parameter. When we need to detect users'
15391539
permissions independent of their access to an object via group
15401540
membership, this can be achieved with another query.
15411541

1542-
`<session>.permissions` is therefore deprecated and, in
1543-
v2.0.0, will be removed in favor of `<session>.acls`.
1542+
`<session>.permissions` was therefore removed in v2.0.0
1543+
in favor of `<session>.acls`.
15441544

15451545
Quotas (v2.0.0)
15461546
---------------

0 commit comments

Comments
 (0)