diff --git a/core/tracing/CHANGELOG.md b/core/tracing/CHANGELOG.md index 4002a9a928..270e0a30bf 100644 --- a/core/tracing/CHANGELOG.md +++ b/core/tracing/CHANGELOG.md @@ -15,7 +15,7 @@ This release contains a change in behavior for `OnCodeChange` hook. ### `OnCodeChange` change -The `OnCodeChange` hook is now called when `StateDB#SelfDestruct` is called or when `StateDB#SelfDestruct6780` is called and the contract is actually destroyed. Previously, no code change was emitted on such occasions. +The `OnCodeChange` hook is now called when the code of a contract is removed due to a selfdestruct. Previously, no code change was emitted on such occasions. ## [v1.14.4]