Skip to content

Commit

Permalink
📚doc: Arrange Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
negokaz committed Jul 15, 2021
1 parent 7dd1bfa commit edea593
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- Made internal APIs private

If you are only using the APIs using in the implementation guide, this change does not affect your application.
Otherwise, some APIs may be unavailable.
Please see [PR#47](https://github.com/lerna-stack/akka-entity-replication/pull/47) to check APIs that will no longer be available.

### Added
- Java11 support
- Add new typed API based on Akka Typed [PR#79](https://github.com/lerna-stack/akka-entity-replication/pull/79)
- This API reduces runtime errors and increases productivity.

### Changed
### Deprecated

- Untyped (classic) API has been deprecated [PR#96](https://github.com/lerna-stack/akka-entity-replication/pull/96)

⚠️ This API will be removed in the next major version release.

### Removed

- Made internal APIs private

⚠️ If you are only using the APIs using in the implementation guide, this change does not affect your application.
Otherwise, some APIs may be unavailable.
Please see the following PR to check APIs that will no longer be available.

https://github.com/lerna-stack/akka-entity-replication/pull/47

## [v1.0.0] - 2021-03-29
[v1.0.0]: https://github.com/lerna-stack/akka-entity-replication/compare/v0.1.1...v1.0.0

Expand Down

0 comments on commit edea593

Please sign in to comment.