From ae512ea68e83319680f12dd67f4d8da4bd9cd118 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 18 Sep 2017 18:17:01 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7def3512..3d6c73333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Web UI version numbers should always match the corresponding version of LBRY App * File pages now show the time of a publish. * The "auth token" displayable on Help offers security warning * Added a new component for rendering dates and times. This component can render the date and time of a block height, as well. + * Added a `Form` component, to further progress towards form sanity. ### Changed * CSS significantly refactored to support CSS vars (and consequently easy theming).