From 62543fda74af640b0c1a3b246e5085752368be04 Mon Sep 17 00:00:00 2001 From: manuelwedler Date: Thu, 3 Dec 2020 11:55:15 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c77a18..510a7de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] +### Fixed +- [#580] Show error message in quick connect dialog when no pathfinding service is set. ## [1.1.0] - 2020-12-02 ### Changed @@ -182,6 +184,7 @@ token network. [0.7.0]: https://github.com/raiden-network/webui/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/raiden-network/webui/releases/tag/v0.6.0 +[#580]: https://github.com/raiden-network/webui/issues/580 [#547]: https://github.com/raiden-network/webui/issues/547 [#485]: https://github.com/raiden-network/webui/issues/485 [#476]: https://github.com/raiden-network/webui/issues/476