Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Release v0.0.11-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Jul 17, 2017
1 parent 78ac2c4 commit 9c88dda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CHANGELOG

## v0.0.11-rc.7

- Added support for new NSFW attribute of channels
- `Channel.nsfw`
- `Channel.set_nsfw`
- `Channel.is_nsfw` behaves correctly, checking both the deprecated `nsfw-` prefix and the new attribute
- Added support for `on_complete` callback within DCADOpusEncoderPlayable
- **BREAKING** Added new custom queue types `BaseQueue`/`PlayableQueue` for use w/ `Player`.
- `queue` can be passed when creating a `Player`, should inherit from BaseQueue
- Users who previously utilized the `put` method of the old `Player.queue` must move to using `Player.queue.append`, or providing a custom queue implementation.
- Fixed bug within SimpleLimiter which would cause all events after a quiescent period to be immedietly dispatched. This would cause gateway disconnects w/ RATE_LIMITED on clients with many Guilds and member sync enabled.
- Improved log messages within GatewayClient
- Log voice endpoint within VoiceClient
2 changes: 1 addition & 1 deletion disco/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.0.11-rc.6'
VERSION = '0.0.11-rc.7'

0 comments on commit 9c88dda

Please sign in to comment.