|
|
@ -93,7 +93,11 @@ According to SemVer, anything in the public API can change at any time before ve |
|
|
|
|
|
|
|
To provide some stability to Tendermint users in these 0.X.X days, the MINOR version is used |
|
|
|
to signal breaking changes across a subset of the total public API. This subset includes all |
|
|
|
interfaces exposed to other processes (cli, rpc, p2p, etc.), as well as parts of the following packages: |
|
|
|
interfaces exposed to other processes (cli, rpc, p2p, etc.), but does not |
|
|
|
include the in-process Go APIs. |
|
|
|
|
|
|
|
That said, breaking changes in the following packages will be documented in the |
|
|
|
CHANGELOG even if they don't lead to MINOR version bumps: |
|
|
|
|
|
|
|
- types |
|
|
|
- rpc/client |
|
|
|