r2024.02.15-357
* Fix conversion rate change calculation The change in conversion rate should be calculated similar to bounce rate. For example, an increase of 25% -> 50% should not be a 100% change, but a 25% change instead. * Use the same comparison function in Stats API and dashboard API This commit fixes a bug where the percentage change reported by the Stats API is different from the one returned by the internal dashboard API. * changelog update