Skip to content

Commit

Permalink
[minor] Adds release notes for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Oct 13, 2022
1 parent 2ef009a commit ad5b646
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.2.0 - 2022-09-29

- Adds new experimental `ballast-sync` module for synchronizing ViewModel states. Out-of-the-box only in-memory
synchronization is supported, but it is possible to write your own network adapter.
- Adds new experimental `ballast-undo` module for adding State-based undo/redo functionality to any ViewModel.
- Fixed an issue where exceptions thrown by an Interceptor would crash the entire ViewModel without logging the
exception. Now, those exceptions are caught and sent to the `BallastLogger` as a `BallastNotification.UnhandledError`.

## 2.1.0 - 2022-09-29

- Restores the Debugger UI in the Ballast Intellij Plugin
Expand Down

0 comments on commit ad5b646

Please sign in to comment.