-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cleanup API-CHANGELOG.md #5207
base: develop
Are you sure you want to change the base?
Cleanup API-CHANGELOG.md #5207
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5207 +/- ##
=========================================
- Coverage 77.9% 77.9% -0.0%
=========================================
Files 784 784
Lines 66681 66680 -1
Branches 8162 8157 -5
=========================================
- Hits 51950 51922 -28
- Misses 14731 14758 +27 |
|
||
### Breaking change in 2.3 | ||
### Breaking changes in 2.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Breaking changes in 2.3.0 | |
### Breaking changes |
2.3.0 is already specified in the header, I don't think it needs to be specified here as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We double-specified it so that the anchor links are unique and thus linkable. Example: https://github.com/XRPLF/rippled/blob/develop/API-CHANGELOG.md#breaking-changes-in-111
If it's just Breaking changes
then the anchor link becomes ambiguous
|
||
- `book_changes`: If the requested ledger version is not available on this node, a `ledgerNotFound` error is returned and the node does not attempt to acquire the ledger from the p2p network (as with other non-admin RPCs). | ||
|
||
Admins can still attempt to retrieve old ledgers with the `ledger_request` RPC. | ||
|
||
### Addition in 2.3 | ||
### Additions and bugfixes in 2.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Additions and bugfixes in 2.3.0 | |
### Additions and bugfixes |
High Level Overview of Change
Some of the PRs merged before the 2.3.0 release have mangled the
API-CHANGELOG.md
(e.g. #5096 ) . Lets clean this up.Context of Change
Type of Change
.gitignore
, formatting, dropping support for older tooling)