From db370fc0d5a1a7a2d8fc80eefde5a475ece53af2 Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray Date: Mon, 13 Apr 2026 11:24:05 +0300 Subject: [PATCH] feat: update 24.7.0 changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98f1fe76..26351facb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -172,6 +172,8 @@ * During an internal timer tick * Upon flushing the event queue +* Updated the internal request mechanism. Downgrading from this version is not recommended. + * Added support for array, List and JSONArray to all user given segmentations. They will support only mutable and ummutable versions of the primitive types. Which are: * String, Integer, int, Boolean, bool, Float, float, Double, double, Long, long * Keep in mind that float array will be converted to the double array by the JSONArray