diff --git a/CHANGES.md b/CHANGES.md index 38f0f5e65..9611151a4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,7 +7,8 @@ wavesurfer.js changelog 1.2.5 (19.11.2016) ------------------ -- WebAudio backend closes the AudioContext when it is destroyed, unless the AudioContext was passed in as a parameter (params.audioContext) – The AudioContext is no longer cached in WebAudio.audioContext, use the getter-function WebAudio.getAudioContext. (#862) +- WebAudio backend closes the AudioContext when it is destroyed, unless the AudioContext was passed in as a parameter (params.audioContext) +– The AudioContext is no longer cached in WebAudio.audioContext, use the getter-function WebAudio.getAudioContext. (#862) 1.2.4 (11.11.2016) ------------------