From 941c58ff512824267a2cd27accc5ba7ad4c02d08 Mon Sep 17 00:00:00 2001 From: Hamza Ghazouani Date: Mon, 29 Jul 2019 22:13:43 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1b9b9..67e253f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## [2.2.0](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/2.2.0) +* Support Swift 5 +* Fix the tracking when the value is equal to the max +* Add option to stop thumb looping over the min/max value +* Add offset thumb option, to draw the thumb inside or outside the circle + ## [2.1.0](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/2.1.0) * Support Swift 4.2 version