Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-11-26 18:28:02 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-11-26 18:28:25 +0300
commit4df78f6ef5d7e223bf42d173038daceff84327dd (patch)
tree15e1de534bd68d1ca110ca9fa52da3d6a66fb5bc
parent6e8cba28c1a59170741bf6dd399b9f4a379d91b0 (diff)
Update CHANGELOG.md for 0.3.20.3.20.3
-rw-r--r--gst-plugin/CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/gst-plugin/CHANGELOG.md b/gst-plugin/CHANGELOG.md
index 339599156..4aaf7d533 100644
--- a/gst-plugin/CHANGELOG.md
+++ b/gst-plugin/CHANGELOG.md
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field).
+## [0.3.2] - 2018-11-26
+### Changed
+- Fix various links in the README.md
+- Link to the correct location for the documentation
+
## [0.3.1] - 2018-11-19
### Fixed
- Override vfuncs of all parent classes correctly.
@@ -62,7 +67,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
## [0.1.0] - 2017-12-22
- Initial release of the `gst-plugin` crate.
-[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.3.1...HEAD
+[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.3.2...HEAD
+[0.3.2]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.3.1...0.3.2
[0.3.1]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.3.0...0.3.1
[0.3.0]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.2.1...0.3.0
[0.2.1]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.2.0...0.2.1