Skip to content

Commit

Permalink
Add release notes for beta-51
Browse files Browse the repository at this point in the history
  • Loading branch information
marner2 committed Aug 21, 2023
1 parent 4320583 commit 705008d
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
@@ -1,3 +1,7 @@
#### 4.0.0-beta-51
* Allow skipping intermediate updates when they pile up on UI Thread.
* Notify Property Changed directly on Set rather than waiting around for the next update. Set value is now cached until the next time update/dispatch is called.

#### 4.0.0-beta-50
* Upgraded to Elmish v4
* **BREAKING:** Changed syntax of `WpfProgram.withSubscription` to now take named list of `Subscribe<'msg> = Dispatch<'msg> -> IDisposable` (note the `IDisposable` return). This function now gets called every time `'model` updates (previously it was only called on startup). This allows starting and stopping of subscriptions from this function by the given string list identifier.
Expand Down

0 comments on commit 705008d

Please sign in to comment.