Release NotesRelease V2025 5 36

Release Notes for runreveal v2025.5.36

🐛 Bug Fix: Resolved Fatal Error on Empty Slices

This release addresses a critical issue where accessing indices of empty slices was causing a fatal error. The fix ensures more stable and predictable behavior when working with empty data structures.

Changelog

  • Fixed fatal error occurring when accessing indices of empty slices (#1377)