From 9a832782be637b4eb09eabbd743c64f960bb5c75 Mon Sep 17 00:00:00 2001 From: stakx Date: Wed, 20 Jun 2018 16:38:10 +0200 Subject: [PATCH] Add entry to the changelog for #383 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 284e1d262e..69ca72e93a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Enhancements: Bugfixes: - Prevent interceptors from being able to modify `in` parameters (@stakx, #370) - Make default value replication of optional parameters more tolerant of default values that are represented in metadata with a mismatched type (@stakx, #371) +- Fix a concurrency issue (writing without taking a write lock first) in `BaseProxyGenerator.ObtainProxyType` (@stakx, #383) Deprecations: - `Castle.DynamicProxy.Generators.Emitters.ArgumentsUtil.IsAnyByRef` (@stakx, #370)