Skip to content

Commit

Permalink
document backwards-incompatible change
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Feb 17, 2019
1 parent 882b1a3 commit 37e7d2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Expand Up @@ -7,6 +7,13 @@ videojs-record changelog
- New webm-wasm plugin: create webm files using libwebm (compiled with
WebAssembly) in the browser (#321)

**Backwards-incompatible change** (when upgrading from a previous version):

- The `vmsg` plugin, introduced in 3.3.0, now requires a `audioWebAssemblyURL` option,
previously called `audioWorkerURL`. Use the new `audioWebAssemblyURL` option instead of
the previous `audioWorkerURL`. Note this only applies to the `vmsg` plugin, other plugin
options have not changed.


3.4.3 - 2019/02/17
------------------
Expand Down

0 comments on commit 37e7d2a

Please sign in to comment.