-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version to 2.0.0, add CHANGELOG (#582)
* bump version to 2.0.0 Reason: we can't "unrelease". We point to 1.0.x version in other places. See: #561 * add CHANGELOG with links to changes * staying at 1.0.x, ignoring semver, it's OK ATM * Update CHANGELOG.md Co-Authored-By: Unnawut Leepaisalsuwanna <[email protected]> Co-authored-by: Kevin Sullivan <[email protected]> Co-authored-by: Unnawut Leepaisalsuwanna <[email protected]>
- Loading branch information
1 parent
d478475
commit bfbf7cc
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Unreleased - 2020-02-13 | ||
|
||
## [1.0.2] - 2020-02-13 | ||
|
||
### Changed | ||
|
||
- Start using "CHANGELOG.md" | ||
- Event `BlockSubmitted` field `BlockNumber` renamed to `blknum` ([#581](https://github.com/omisego/plasma-contracts/pull/581)) | ||
- `ChallengeStandardExit`, `ChallengeOutputSpent`, `ChallengeInputSpent` take additional parameter - `senderData` ([#574](https://github.com/omisego/plasma-contracts/pull/574)) | ||
- `PaymentInFlightExitRouter.inFlightExits()` takes an array of in-flight exit IDs instead of a single ID ([#583](https://github.com/omisego/plasma-contracts/pull/583)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters