Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit aefd033

Browse files
committed
Mention config file format change in CHANGELOG.md
1 parent eb40348 commit aefd033

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212
- **Breaking (HTTP+COMIT API):** Change the identity for the Bitcoin Ledger from a public key hash to a public key. This change impacts the HTTP and the COMIT API of cnd.
1313
- **Breaking (COMIT API):** Replace Ethereum `network` with Ethereum `chain_id`
14-
- cnd no longer automatically generates a config file but instead, simply defaults to what it would have written to the file on first startup.
14+
- cnd no longer automatically generates a config file, but instead simply defaults to what it would have written to the file on first startup.
1515
- Make expiries optional when sending a swap request, with defaults:
1616
- 24 hours later for alpha ledger.
1717
- 12 hours later for beta ledger.
18+
- **Breaking (Config file format):** Expand `http_api` section in config file to contain both the socket and CORS settings.
1819

1920
### Added
2021
- Return Ethereum `chain_id` on the HTTP API.

0 commit comments

Comments
 (0)