aboutsummaryrefslogtreecommitdiff
path: root/docs/migrating.rst
Commit message (Collapse)AuthorAgeFilesLines
* Change all email/password pair examples to use token.Rapptz2016-04-081-3/+3
|
* Change enumerators into enumerations to please Voltana.Rapptz2016-01-301-3/+3
|
* Add and remove some of the on_socket_* events.Rapptz2016-01-251-1/+3
| | | | | | on_socket_raw_receive and on_socket_raw_send were added back in an odd way. The rest of them such as on_socket_closed, on_socket_opened, and on_socket_receive were removed.
* Documentation fixes for Permissions related code.Rapptz2016-01-141-1/+1
|
* Document the breaking change with the new dictionary storage change.Rapptz2016-01-081-0/+37
| | | | | Since the only things dict views support are iteration we should advise people who want the old behaviour to change it to a list.
* Document how Client.run should be the last function to call.Rapptz2016-01-081-0/+7
|
* Documentation fixes to quiet Sphinx warnings.Rapptz2016-01-071-1/+1
|
* Change permissions to remove the can_ prefix.Rapptz2016-01-031-0/+3
|
* Document more breaking changes in migrating file.Rapptz2016-01-031-0/+52
|
* Fix consistency issue with migrating page.Rapptz2015-12-171-11/+11
|
* Add migrating guide for migrating to v0.10.0.Rapptz2015-12-171-0/+235