Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jan 14, 2018
1 parent 50447ab commit 4e3fb12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ videojs-record changelog

- Fix compatibility with video.js 6.6.0 (#198)
- Bump required version for videojs-wavesurfer to 2.1.4
- Document how to stream upload to server using timestamp event (#176)


2.0.5 - 2017/12/30
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ It's also possible to get data during recording with specific time-intervals. Th
be useful in scenarios where you're recording a long clip and planning to upload
recorded blobs to a server periodically, where the clip is stiched it together.

Enable the event with the `timeSlice` option, for example:
Enable the event with the `timeSlice` option:

```javascript
record: {
Expand Down

0 comments on commit 4e3fb12

Please sign in to comment.