From 77743ac9fc1514e295761e9e3c4b3bcf7ef37875 Mon Sep 17 00:00:00 2001 From: Dominique Schuppli Date: Sat, 30 Jan 2021 21:00:34 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a34e7bd401..94d0a7ab15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Enhancements: - .NET Standard 2.0 and 2.1 support (@lg2de, #485) +- Non-intercepted methods on a class proxy with target are now forwarded to the target (@stakx, #571) Bugfixes: - Proxying certain `[Serializable]` classes produces proxy types that fail PEVerify test (@stakx, #367)