From 92b15bf7254eb7f2d7610975583f4f02d6872d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Einarson?= Date: Wed, 7 Jun 2023 10:30:04 +0200 Subject: [PATCH] docs: update CHANGELOG for v0.36.0 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b06a2e..d08cc6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Nothing yet + +## [0.36.0] - 2023-06-07 + ### Changed - SEI NAL unit parser reports ErrRbspTrailingBitsMissing error together with NAL units @@ -404,7 +408,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New unique repo name: `mp4ff` -[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.35.0...HEAD +[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.36.0...HEAD +[0.36.0]: https://github.com/Eyevinn/mp4ff/compare/v0.35.0...v0.36.0 [0.35.0]: https://github.com/Eyevinn/mp4ff/compare/v0.34.1...v0.35.0 [0.34.1]: https://github.com/Eyevinn/mp4ff/compare/v0.34.0...v0.34.1 [0.34.0]: https://github.com/Eyevinn/mp4ff/compare/v0.33.2...v0.34.0