diff --git a/CHANGELOG.md b/CHANGELOG.md index 98eb86f..4cf0bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Change Log ========== +Version 1.1.0 *(In Development)* +-------------------------------- + + * Add `AnimatorInflater` class. + + Version 1.0.0 *(2011-12-08)* ---------------------------- diff --git a/README.md b/README.md index 2c4563e..5731c76 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ Nine Old Androids Android library for using the [Honeycomb (Android 3.0) animation API][1] on all versions of the platform back to 1.0! -Note: `LayoutTransition` and `AnimationInflater` are not present at this time. -`AnimationInflater` will be added at a later date. It is not possible to -implement `LayoutTransition` prior to Android 3.0. +Note: `LayoutTransition` is present and it is not be possible to implement prior +to Android 3.0.