From a141b089dc00b0afd580fe0de7a0d436bcec39d0 Mon Sep 17 00:00:00 2001 From: Rasmus Mikkelsen Date: Sat, 19 Oct 2019 19:09:34 +0200 Subject: [PATCH] Update release notes to align with latest PRs merged --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f709db74b..0f7fa72a9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,6 +5,10 @@ MongoDbReadModelStore readModelStore; IQueryable queryable = readModelStore.AsQueryable(); ``` +* New: Moved publish of messages in `RabbitMqPublisher` to a new virtual + method to ease reuse and customization +* Fixed: MongoDB read models no longer has the `new()` generic requirement, + which aligns read model requirements with the rest of EventFlow ### New in 0.75.3970 (released 2019-09-12)