diff --git a/CHANGELOG.md b/CHANGELOG.md index a44639de..5fc1f8af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ 3.9.0 ======================== * Added support for Manyvids Live. + Things that work: + * Recording streams. Even more than one (this was a problem first, because + they allow only one stream per session) + * Search Things that don't work: * login / favorites + * tipping * media player isn't working because of their authetication mechanism * Fixed bug in recorder servlet. Actions for unpin and notes were mixed up and not properly synchronized between the server and the client @@ -12,6 +17,8 @@ * CTB Recorder now stops recording, if less than 100 MiB space is left * New event, which is fired, if the disk is full (or less than the configured threshold is available) +* Fixed: MFC models changing to other models (I think, I found the problem. + Can't be sure 100%) 3.8.6 ========================