diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4b4f0..02be14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## 0.3.0 -Force getFile to use high quality format for videos in iOS platform. +Force ```getFile``` to use high quality format for videos in iOS platform. -Add optional mediumType parameter of getAlbumThumbnail api method to display video thumbnail correctly. +Add optional ```mediumType``` parameter of ```getAlbumThumbnail``` api method to display video thumbnail correctly. ## 0.2.5 @@ -12,7 +12,7 @@ Remove ```MediumType``` parameter in ```_listMedia``` method. ## 0.2.4 -Add VideoProvider widget to play video in plugin example. +Add ```VideoProvider``` widget to play video in plugin example. ## 0.2.3 @@ -20,9 +20,9 @@ Add ```MediumType``` attribute in ```ThumbnailProvider```. Fix a bug that throw ```FileNotFountException``` when load image and video thumbnail doesn't exists on Android API 29+. -Change medium creationDate and modifiedDate precision from second to millisecond on iOS platform. +Change medium ```creationDate``` and ```modifiedDate``` precision from second to millisecond on iOS platform. -Add video duration attribute in Medium. +Add video duration attribute in ```Medium``. ## 0.2.0+1