From f460d1787972222cdd3bcec152bcb6f0e5c5a29c Mon Sep 17 00:00:00 2001 From: Bobris Date: Wed, 6 Jun 2018 00:07:40 +0200 Subject: [PATCH] Update Changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f5fd45..23bc1165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ RollbackAdvised property on KV and Object transactions interfaces to simplify notification of some infrastructure code to rollback transaction instead of committing it. +Relations support inheriting of methods from other interfaces. + ### Breaking change IOC RegisterInstance(T value) now allows also value types as T, and value is not registered as value.GetType() but as typeof(T), which is same behavior as AutoFac.