From 0e1b92888928f7fb8874938736d72481e33ca193 Mon Sep 17 00:00:00 2001 From: Adam Lindberg Date: Tue, 28 Feb 2012 09:19:41 +0100 Subject: [PATCH] Add passthrough coverage info to change log --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f63e484e..d30433dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,3 +7,5 @@ - New: function num_calls/3+4 that return number of calls made to a MFA spec. - New: function called/4 that takes a caller Pid as argument - New: function history/2 that takes a caller Pid as argument +- Change: By default, passthrough now records coverage statistics on original + module (disable by using the 'no_passthrough_cover' option).