From d734ed3275bf25f64c9b6a0e99c148778e61c6c1 Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Sun, 7 Mar 2021 14:30:52 +0900 Subject: [PATCH] Update changelog for next release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a293cd..222df99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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