diff --git a/FastTrack.pri b/FastTrack.pri index dd80689..c9b5e6f 100644 --- a/FastTrack.pri +++ b/FastTrack.pri @@ -1 +1 @@ -VERSION = 6.2.4.3 +VERSION = 6.2.5 diff --git a/changelog.md b/changelog.md index ecdbc21..7119893 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # FastTrack changelog +## 6.2.5 + +### Fixed +- Fixed memory leaks on Windows by disabling OpenCL + +### Optimized +- Disabled OpenCL increases performance by 55% on Windows. + ## 6.2.4 ### Changed