Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading