Update changelog for next release

pull/8/head
Dominik Nakamura 3 years ago
parent bece4b3ac0
commit d734ed3275
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate
### Changed
- **BREAKING CHANGE:** Upgraded to obs-websocket `4.9.0`, adding all the new events and requests.
Some existing ones have changes as well.
- Dependencies updated to the latest version, including the just released `tokio-tungstenite` with
support for `rustls` as TLS backend.
- The `tls` feature now uses `rustls` instead of `native-tls` as backend.
### Fixed
- obs-websocket sends a non-JSON message when shutting down that is now properly handled instead of
failing. Thanks @715209 !
## [0.4.0] - 2021-01-22
### Added

Loading…
Cancel
Save