Browse Source

Bump to v0.0.12-rc.3

pull/70/head v0.0.12-rc.3
andrei 7 years ago
parent
commit
9128844980
  1. 17
      CHANGELOG.md
  2. 2
      disco/__init__.py

17
CHANGELOG.md

@ -1,5 +1,22 @@
# CHANGELOG
## v0.0.12-rc.3
### Additions
- **BREAKING** Updated holster to v2.0.0 which changes the way emitters work (and removes the previous priorities). A migration guide will be provided post-RC cycle.
- Added the concept of a `shared_config` which propgates its options to all plugin configs (@enkoder)
### Fixes
- Fixed using the ETF encoder while also using zlib-stream
- Fixed overwrite calculations in `Channel.get_permissions` (@cookkkie)
### Etc
- Cleaned up various documentation
- Removed some outdated storage/etc examples
## v0.0.12-rc.2
### Fixes

2
disco/__init__.py

@ -1 +1 @@
VERSION = '0.0.12-rc.2'
VERSION = '0.0.12-rc.3'

Loading…
Cancel
Save