From 8f6d2974d7e981756efbf1905e1e4696d66013dd Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Wed, 8 May 2019 01:31:02 +0200 Subject: [PATCH] reword --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 58232d5d0..c8c8e47ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,7 +7,7 @@ wavesurfer.js changelog - Add `wavesurfer.getActivePlugins()`: return map of plugins that are currently initialised - Update progress when seeking with HTML media controls (#1535) -- Update volume when using HTML media controls (#1615) +- Make sure mute/volume is updated when using `MediaElement` backend (#1615) - Refactor `MultiCanvas` and add `CanvasEntry` class (#1617) - Fix `wavesurfer.isReady`: make it a public boolean, the broken `isReady` method is removed (#1597)