diff --git a/CHANGELOG.md b/CHANGELOG.md index 0785d7071..a39fb47b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ ### Version 4.8.3 (10th August 2016) #### Added -- Support to convert shorten universal links +- Added support to convert shorten universal links. --- ### Version 4.8.2 (5th August 2016) #### Fixed -- Initialize static vars to prevent dealloc +- Added initialisation of static vars to prevent dealloc. --- @@ -15,7 +15,7 @@ - Added Safari Framework in the example app. ### Fixed -- Replace sleeping background thread with delay execution +- Replaced sleeping background thread with delayed execution. ---