diff --git a/CHANGELOG.md b/CHANGELOG.md index 446c1e6a3b..86c5f4eadd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ CHANGELOG * Fixed compilation failures with LESS v1.7.0 and GRUNT v0.4.4 [[view](https://github.com/videojs/video.js/pull/1180)] * Added better error handling across the library [[view](https://github.com/videojs/video.js/pull/1197)] * Updated captions/subtiles file fetching to support cross-origin requests in older IE browsers [[view](https://github.com/videojs/video.js/pull/1095)] +* Added support for playback rate switching [[view](https://github.com/videojs/video.js/pull/1132)] -------------------- diff --git a/build/source-loader.js b/build/source-loader.js index 1178856a4b..84ee8cdff5 100644 --- a/build/source-loader.js +++ b/build/source-loader.js @@ -35,6 +35,7 @@ var sourceFiles = [ "src/js/control-bar/volume-control.js", "src/js/control-bar/mute-toggle.js", "src/js/control-bar/volume-menu-button.js", + "src/js/control-bar/playback-rate-menu-button.js", "src/js/poster.js", "src/js/loading-spinner.js", "src/js/big-play-button.js", diff --git a/sandbox/index.html.example b/sandbox/index.html.example index a73ba38a21..25d2e7c72c 100644 --- a/sandbox/index.html.example +++ b/sandbox/index.html.example @@ -25,7 +25,7 @@ -

To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video +

To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video