From 76b21801ab263a87cd40a463aae1f7b99c57fcc6 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 30 Oct 2017 17:37:57 -0400 Subject: [PATCH 1/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0ac67d6..a2d30638e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Web UI version numbers should always match the corresponding version of LBRY App ### Fixed * Fixed console errors on settings page related to improper React input properties. + * Fixed bug that prevented new channel reward from being claimed (#290) ### Deprecated * From db064895434a9231524c8413f88447b60e899193 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 30 Oct 2017 17:46:53 -0400 Subject: [PATCH 2/2] update to include first publish also update to include first publish also --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d30638e..67c51e3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Web UI version numbers should always match the corresponding version of LBRY App ### Fixed * Fixed console errors on settings page related to improper React input properties. - * Fixed bug that prevented new channel reward from being claimed (#290) + * Fixed bug that prevented new channel and first publish rewards from being claimed (#290) ### Deprecated *