From 85c039407981e944d4dd0addfbc9e9986cca57d9 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Sun, 24 Jun 2012 11:16:37 -0700 Subject: [PATCH] Start adding change log. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d6b83..046917b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Change Log ========== +Version 2.3.1 *(In Development)* +-------------------------------- + + * Add `ViewHelper` class which will delegate new `View` property calls to + their native counterparts when available. + * Do not invalidate parent if view is not attached to anything. + + Version 2.3.0 *(2012-04-25)* ----------------------------