forked from diem/diem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
25 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,18 @@ | ||
## API CHANGELOG | ||
|
||
All noteable API changes may affect client (breaking, non-breaking changes) should be documented in this file. | ||
|
||
Please add the API change in the following format: | ||
|
||
``` | ||
## <date> (add "breaking change" to title following the date if a change will break client | ||
- <describle one change of API>, please <PR link> if this log is added after the PR is merged. | ||
- <describle another change of the API> | ||
``` | ||
|
||
## Before 2020-08-05 | ||
|
||
Please refer to [JSON-RPC SPEC before 2020-08-05](https://github.com/libra/libra/blob/888e6cd688a8c9b5805978ab509acdc3c35025ab/json-rpc/json-rpc-spec.md) document for the API spec snapshot. |
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