----------------
New features:
- Passing inherit=False to groups.get_roles() will only get local roles for the group.
[pbauer]
Bug fixes:
- Support user.get_roles for anonymous users. Refs 339
[jaroel]
- Fix imports from Globals that was removed in Zope4
[pbauer]
- Fix 'bad' quotes.
[adamcheasley]
- Typo in the documentation.
[ale-rt]
- Fix error in tests that try to add built-in roles, which no longer fails
silently in Zope4.
[MatthewWilkes]
- Do not reassign global roles as local roles when using group.grant_roles()
[pbauer]
- reST syntax in documentation, follow style-guide, adjust setup.py
[svx]
- Do not reassign dynamic roles as local roles when using group.grant_roles().
[pbauer]