From 4d86dbd69dce2063c82d37eb98d78ac9c222338d Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Fri, 27 May 2016 12:14:05 -0700 Subject: [PATCH] Clarify Dialog changes in CHANGELOG for 0.7 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee37af2..b0374a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,8 +34,7 @@ API changes: The Editor uses the following attributes now: * When not focused, the widget is rendered with editAttr. * When focused, the widget is rendered with editFocusedAttr. - * The Dialog's name type parameter, constructor parameter, and lens - were removed. + * The Dialog's name constructor parameter and lens were removed. * The 'viewport' function was modified to raise a runtime exception if the widget name it receives is used more than once during the rendering of a single frame.