diff --git a/CHANGELOG.md b/CHANGELOG.md index e83c092..437f028 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.11.0] - 2024-01-04 + ### Added - GetContentProtections, GetMimeType, GetCodecs, and GetSegmentTemplate methods for AdaptationSet and Representation @@ -115,7 +119,8 @@ Lots of convenience functions to create MPDs - Tests with well-known MPDs - Tweaked XML library to support namespaces -[Unreleased]: https://github.com/Eyevinn/dash-mpd/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/Eyevinn/dash-mpd/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/Eyevinn/dash-mpd/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/Eyevinn/dash-mpd/compare/v0.9.1...v0.10.0 [0.9.1]: https://github.com/Eyevinn/dash-mpd/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/Eyevinn/dash-mpd/compare/v0.8.0...v0.9.0 diff --git a/mpd/doc.go b/mpd/doc.go index e8ac7d5..1c97a7d 100644 --- a/mpd/doc.go +++ b/mpd/doc.go @@ -1,2 +1,5 @@ // Package mpd implements complete MPEG-DASH 5'th gen Media Presentation Description (MPD) with DRM support. +// It has been extended with ContentProtection for PlayReady, Marlin, and DASH-IF ClearKey. +// There are various helper functions to create MPDs, Periods, AdaptationSets, Representations, and SubRepresentations, +// and extract properties from an element or its parent. package mpd