What's Changed
* Make ṡ return a Lazylist object instead of a range by Lyxal in https://github.com/Vyxal/Vyxal/pull/912
* fix sum flag when it is lazylist by Steffan153 in https://github.com/Vyxal/Vyxal/pull/914
* Make øṀ vectorise on lists by Lyxal in https://github.com/Vyxal/Vyxal/pull/913
* Change `Ȧ` to return a LazyList by Lyxal in https://github.com/Vyxal/Vyxal/pull/926
* Make parser account for _all_ literals by Lyxal in https://github.com/Vyxal/Vyxal/pull/923
* Add short dictionary into optimal compression by hyper-neutrino in https://github.com/Vyxal/Vyxal/pull/928
* Add the string overload of ṅ to the YAML by Lyxal in https://github.com/Vyxal/Vyxal/pull/925
* Make τ work with negative bases by Lyxal in https://github.com/Vyxal/Vyxal/pull/924
* Make `øD` escape backticks by Lyxal in https://github.com/Vyxal/Vyxal/pull/931
* make to-base work on n=0, base=-1, base=0, and base=[] by hyper-neutrino in https://github.com/Vyxal/Vyxal/pull/934
* Fix an ACE by Steffan153 in https://github.com/Vyxal/Vyxal/pull/949
* Make `ẇ` summate last item if all string by Lyxal in https://github.com/Vyxal/Vyxal/pull/932
**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.11.1...v2.11.2