Skip to content

Commit

Permalink
Update release notes to align with latest PRs merged
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed Oct 19, 2019
1 parent 57878d0 commit a141b08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
MongoDbReadModelStore readModelStore;
IQueryable<TReadModel> 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)

Expand Down

0 comments on commit a141b08

Please sign in to comment.