From f36b6fa2d91df7e6136cda0a1cb6691b01c4cb89 Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Mon, 20 Apr 2015 16:05:06 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 481cd761c..4db3a0ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,3 +30,6 @@ Cross Platform Modules Changelog * New options for camera module. Added a resizing options along with keep-aspect-ratio options. More information about how to use it can be found at the dedicated camera help article. ### 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.