From e172425cbadca1e2765ebd92313bf7714ec0186c Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Mon, 20 Apr 2015 16:08:58 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f114027..b708c8135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,5 +31,5 @@ Cross Platform Modules Changelog ### Breaking changes -* `image-cache` now stores native images, i.e. `android.graphics.Bitmap` or `UIImage`. -* `Image`: `src` property is now of type `any` and can use either a string containing an image url or a native image instance directly. +* `image-cache` now stores native image instances, i.e. `android.graphics.Bitmap` or `UIImage`. +* `Image.src` property is now of type `any` and can accept either a string containing an image url or a native image instance.