-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert Reppel
committed
Jun 2, 2018
1 parent
1df8f2c
commit 5688a5d
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Upcoming Releases | ||
|
||
__Features & Fixes__ | ||
|
||
## 0.10.8-alpha (probably) | ||
|
||
This version relaxes some validation rules for Event Markdown which imposed unnecessary limits on what kind of event stormings can be used as input for code generation: | ||
|
||
* In a real life event storming, an event can occur more than once in a workflow. This is now valid EMD. | ||
* In real life, a command can result in more than one event. And so it is now in EMD. | ||
* Read models can have derived or renamed properties which do not correspond to properties of events. |