Skip to content

Commit 30de944

Browse files
authored
Merge pull request #347 from sidrao2006/patch-1
Fix broken links in Changelog
2 parents 2437705 + 8b321e9 commit 30de944

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

flutter_cache_manager/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
* Disabled resizing of cached gifs as this was broken.
33

44
## [3.1.2] - 2021-06-17
5-
* removeFile function now completes after the file is removed from disk and not earlier ([#323](https://github.
6-
com/Baseflow/flutter_cache_manager/pull/323))
7-
* Image resizing doesn't block ui anymore and doesn't use image package but existing Flutter components ([#319](https://github.
8-
com/Baseflow/flutter_cache_manager/pull/319))
5+
* removeFile function now completes after the file is removed from disk and not earlier ([#323](https://github.com/Baseflow/flutter_cache_manager/pull/323))
6+
* Image resizing doesn't block ui anymore and doesn't use image package but existing Flutter components ([#319](https://github.com/Baseflow/flutter_cache_manager/pull/319))
97

108
## [3.1.1] - 2021-06-03
119
* Move File to separate file. You can add it using the following import:

0 commit comments

Comments
 (0)