# HG changeset patch # User Chris Cannam # Date 1441204521 -3600 # Node ID 4838086b0410b581425fec44cfbdcbac9000b35b # Parent aadf45ed0d40aaf5a4c3754b9c27efec1e362605 Another note diff -r aadf45ed0d40 -r 4838086b0410 CHANGELOG --- a/CHANGELOG Wed Sep 02 15:30:04 2015 +0100 +++ b/CHANGELOG Wed Sep 02 15:35:21 2015 +0100 @@ -2,7 +2,8 @@ Changes in jVamp v1.3 since the previous release v1.2 * Remove RealTime.dispose() method: RealTime is no longer implemented - with a native handle (too onerous in practice) + with a native handle, as it was too onerous to manage in practice. + Now the only class on which you need to call dispose() is Plugin. Changes in jVamp v1.2 since the previous release v1.1