From 67f79ddd9ba6b170b80f840644bba7fd6e43ebf6 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Mon, 28 Oct 2024 15:17:50 -0300 Subject: [PATCH] Added missing breaking change note for GH-909 --- www/_posts/TBD-cordova-plugin-camera-8.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/_posts/TBD-cordova-plugin-camera-8.0.0.md b/www/_posts/TBD-cordova-plugin-camera-8.0.0.md index b59455229c..368d8b92ae 100644 --- a/www/_posts/TBD-cordova-plugin-camera-8.0.0.md +++ b/www/_posts/TBD-cordova-plugin-camera-8.0.0.md @@ -92,6 +92,7 @@ Please report any issues you find by following the [How to File a Bug](https://g **Breaking:** * [GH-902](https://github.com/apache/cordova-plugin-camera/pull/902) fix(android): always return uris (#902) +* [GH-909](https://github.com/apache/cordova-plugin-camera/pull/909) refactor(android): Make WRITE_EXTERNAL_STORAGE optional (#909) * [GH-910](https://github.com/apache/cordova-plugin-camera/pull/910) fix(android): Return data uris as an URI (#910) * [GH-911](https://github.com/apache/cordova-plugin-camera/pull/911) fix(ios): Sync camera API return to match Android changes (#911) * [GH-912](https://github.com/apache/cordova-plugin-camera/pull/912) fix(browser): Make data uri be returned as actual URI strings (#912)