Skip to content

Commit

Permalink
📚doc: Add a change about PR#82 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
negokaz committed Jul 14, 2021
1 parent 7cdd473 commit 91fc159
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
[Unreleased]: https://github.com/lerna-stack/akka-entity-replication/compare/.v1.0.0...master

### Breaking Change

- Change the shard-distribution-strategy to distribute shard (`RaftActor`) more evenly [PR#82](https://github.com/lerna-stack/akka-entity-replication/pull/82)

⚠️ This change does not allow rolling updates. You have to update your system by stopping the whole cluster.

### Added
- Java11 support
- Add new typed API based on Akka Typed [PR#79](https://github.com/lerna-stack/akka-entity-replication/pull/79)
Expand Down

0 comments on commit 91fc159

Please sign in to comment.