From bb8e841b0d6501aaae891608d4d67b3458fd8c36 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 29 Jun 2021 11:05:41 +1000 Subject: [PATCH] Make CHANGELOG.md follow the semantic newline spec --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5659d4e..762edc83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Printing the deposit address to the terminal as a QR code. To not break automated scripts or integrations with other software, this behaviour is disabled if `--json` is passed to the application. -- Configuration setting for the websocket URL that the ASB connects to in order to receive price ticker updates. Can be configured manually by editing the config.toml file directly. It is expected that the server behind the url follows the same protocol as the [kraken websocket api](https://docs.kraken.com/websockets/) +- Configuration setting for the websocket URL that the ASB connects to in order to receive price ticker updates. + Can be configured manually by editing the config.toml file directly. + It is expected that the server behind the url follows the same protocol as the [Kraken websocket api](https://docs.kraken.com/websockets/). ### Fixed