diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d3450..3d2fe21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ __Planned (1.1.0)__ - GUI - Use json-encoded strings instead of pickle for storing stuff +- Add `-5` flag for H265 encoding/decoding, much smaller output file +- Add zfec error correction __1.0.0__ diff --git a/docs/source/history.rst b/docs/source/history.rst index 5568ba4..5b5c556 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -6,6 +6,8 @@ Planned (1.1.0) - GUI - Use json-encoded strings instead of pickle for storing stuff +- Add `-5` flag for H265 encoding/decoding, much smaller output file +- Add zfec error correction 1.0.0 =====