From 748dd9268e573b19331609beb1812372c1b65ce0 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Wed, 8 Nov 2017 17:38:56 -0500 Subject: [PATCH] CHANGELOG update missing from previous commit --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b43b8f0a3..7d8e64203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,9 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Changed - * Replaced all instances of `XMLHttpRequest` with native `Fetch` API. + * Daemon updated to [v0.18.0](https://github.com/lbryio/lbry/releases/tag/v0.18.0). The largest changes here are several more + network improvements and fixes as well as functionality and improvements related to concurrent heavier usage (bugs and issues largely discoverd by spee.ch). + * Replaced all instances of `XMLHttpRequest` with native `Fetch` API (#676). * ### Fixed