Skip to content

Commit 5a13a89

Browse files
author
lakscastro
committed
(#86) Log CHANGELOG.md closes OutputStream
1 parent 8c034d9 commit 5a13a89

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1+
## 0.4.2
2+
3+
Minimal hotfix:
4+
5+
- Closes the `OutputStream` when creating a file [#61](https://github.com/lakscastro/shared-storage/issues/61), [#86](https://github.com/lakscastro/shared-storage/pull/86) (@jfaltis).
6+
7+
## 0.4.1
8+
9+
Minimal hotfix of the example project:
10+
11+
- Fix build error of the example project. Reported at [#70](https://github.com/lakscastro/shared-storage/issues/70) and fixed by [#72](https://github.com/lakscastro/shared-storage/pull/72) (@jfaltis).
12+
113
## 0.4.0
214

315
Fix the current behavior of `listFiles` and `openDocumentFile` API.
416

517
### Improvements
618

7-
- It's now possible to list contents of all subfolders of a granted Uri opened from `openDocumentTree` ([@EternityForest](https://github.com/EternityForest)).
19+
- It's now possible to list contents of all subfolders of a granted Uri opened from `openDocumentTree` (@EternityForest).
820
- Now `ACTION_VIEW` intent builder through `openDocumentFile` API was fixed. So it's now possible to open any file of any kind in third party apps without needing specify the mime type.
921

1022
### Breaking changes

0 commit comments

Comments
 (0)