Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: 2.3.0 changelog #2372

Merged
merged 1 commit into from
Apr 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.3.0] - YYYY-MM-DD
## [2.3.0] - 2019-04-23

### Breaking Changes

Expand All @@ -31,10 +31,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add the `/v2/delegates/active` endpoint to `core-api` ([#2205])
- Added restart flags to the `ark update` command in `core` ([#2218])
- Added the `make:block` command to `core-tester-cli` to create blocks ([#2221])
- Added the `core-error-tracker-rollbar` package ([#2287])
- Added the `core-error-tracker-raygun` package ([#2288])
- Added the `core-error-tracker-airbrake` package ([#2289])
- Added the `core-logger-signale` package ([#2343])
- Added more events for blocks and the transaction pool ([#2321])

### Fixed

- Properly sort peers by their version ([#2229])
- Memory leak in the monitoring process of `core-forger` ([#2341])

### Changed

Expand Down Expand Up @@ -270,8 +276,11 @@ Closed security vulnerabilities:

- Initial Release

[unreleased]: https://github.com/ArkEcosystem/core/compare/2.2.0...develop
[2.2.0]: https://github.com/ArkEcosystem/core/compare/2.1.2...2.2.0
[unreleased]: https://github.com/ArkEcosystem/core/compare/2.3.0...develop
[2.3.0]: https://github.com/ArkEcosystem/core/compare/2.2.2...2.3.0
[2.2.2]: https://github.com/ArkEcosystem/core/compare/2.2.1...2.2.2
[2.2.1]: https://github.com/ArkEcosystem/core/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/ArkEcosystem/core/compare/2.1.2..2.2.0
[2.1.2]: https://github.com/ArkEcosystem/core/compare/2.1.1..2.1.2
[2.1.1]: https://github.com/ArkEcosystem/core/compare/2.1.0..2.1.1
[2.1.0]: https://github.com/ArkEcosystem/core/compare/2.0.19...2.1.0
Expand Down Expand Up @@ -406,3 +415,9 @@ Closed security vulnerabilities:
[#2218]: https://github.com/ArkEcosystem/core/pull/2218
[#2221]: https://github.com/ArkEcosystem/core/pull/2221
[#2229]: https://github.com/ArkEcosystem/core/pull/2229
[#2287]: https://github.com/ArkEcosystem/core/pull/2287
[#2288]: https://github.com/ArkEcosystem/core/pull/2288
[#2289]: https://github.com/ArkEcosystem/core/pull/2289
[#2321]: https://github.com/ArkEcosystem/core/pull/2321
[#2341]: https://github.com/ArkEcosystem/core/pull/2341
[#2343]: https://github.com/ArkEcosystem/core/pull/2343