3.4.6
API Version 5.7.5
Hondana Changelog
Fix Release.
Added
Changes
- Rename
Client.permissions
toClient.user_info
. (6c5fbac)
Fixes
- Fix import paths potentially shadowing builtin paths, namely
token
andtypes
. (6c5fbac)
Notes
The above fix should have been a breaking change, but as it was not to the "user facing" part of the codebase, mainly the
types submodule and renaming of token.Permissions
to user.UserInfo
.
I expect this will be a breaking change in a very minute number of usercode, and can only offer an apology for this.